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

Unified Diff: third_party/pkg/angular/demo/web/book.html

Issue 124053002: Adding Angular and dependent packages for testing (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 12 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 side-by-side diff with in-line comments
Download patch
Index: third_party/pkg/angular/demo/web/book.html
diff --git a/third_party/pkg/angular/demo/web/book.html b/third_party/pkg/angular/demo/web/book.html
new file mode 100644
index 0000000000000000000000000000000000000000..51f1a95d0c3aad2215221b44730cb81aa0f65850
--- /dev/null
+++ b/third_party/pkg/angular/demo/web/book.html
@@ -0,0 +1,9 @@
+<div>Shadow backed template. Greeting from the controller:
+ <span ng-bind='greeting'></span>
+
+ <h2>Table of Contents</h2>
+ <ul class='nav nav-tabs'>
+ <li ng-repeat='chapter in chapters' ng-bind='chapter.title'></li>
+ </ul>
+ <content></content>
+</div>

Powered by Google App Engine
This is Rietveld 408576698