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

Side by Side 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, 11 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
(Empty)
1 <div>Shadow backed template. Greeting from the controller:
2 <span ng-bind='greeting'></span>
3
4 <h2>Table of Contents</h2>
5 <ul class='nav nav-tabs'>
6 <li ng-repeat='chapter in chapters' ng-bind='chapter.title'></li>
7 </ul>
8 <content></content>
9 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698