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

Side by Side Diff: third_party/pkg/angular/demo/helloworld/index.html

Issue 180843004: Revert revision 33053 (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years, 9 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 | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <title>Hello, World!</title> 4 <title>Hello, World!</title>
5 </head> 5 </head>
6 <body ng-app> 6 <body ng-app>
7 7
8 <h3>Hello {{name}}!</h3> 8 <h3>Hello {{name}}!</h3>
9 name: <input type="text" ng-model="name"> 9 name: <input type="text" ng-model="name">
10 10
11 <script type="application/dart" src="helloworld.dart"></script> 11 <script type="application/dart" src="helloworld.dart"></script>
12 <script src="packages/browser/dart.js"></script> 12 <script src="packages/browser/dart.js"></script>
13 </body> 13 </body>
14 </html> 14 </html>
OLDNEW
« no previous file with comments | « third_party/pkg/angular/demo/helloworld/helloworld.dart ('k') | third_party/pkg/angular/demo/helloworld/web/helloworld.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698