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

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: Gentler highlighting colors 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
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 <input type="text" bind-value="myString"
11 placeholder="Type here">
12
13 <div> Shouted: {{shouted}} </div>
sethladd 2013/08/08 05:09:12 let's wrap these in a template, to get closer to p
Kathy Walrath 2013/08/08 17:09:39 Done.
14 <div> Palindromic: {{palindrome}} </div>
15
16 <script type="application/dart" src="webui.dart"></script>
17 <script src="packages/browser/dart.js"></script>
18 </body>
19 </html>
OLDNEW
« src/tests/site/code/webui/web/webui.dart ('K') | « 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