Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(455)

Side by Side Diff: src/tests/site/code/webui/web/webui.html

Issue 22528003: update examples on homepage (Closed) Base URL: https://github.com/dart-lang/dartlang.org.git@master
Patch Set: tweak Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « src/tests/site/code/webui/web/webui.dart ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2
3 <html>
4 <head>
5 <meta charset="utf-8">
6 <title>Sample app</title>
7 </head>
8
9 <body>
10 <template id="stringManipulation"
11 instantiate="if shout != null">
12 <input type="text"
13 bind-value="shout.myString"
14 placeholder="Type here">
15
16 <div> Shouted: {{shout.shouted}} </div>
17 <div> Palindromic: {{shout.palindrome}} </div>
18 </template>
19
20 <script type="application/dart" src="webui.dart"></script>
21 <script src="packages/browser/dart.js"></script>
22 </body>
23 </html>
OLDNEW
« no previous file with comments | « src/tests/site/code/webui/web/webui.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698