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

Side by Side Diff: third_party/pkg/angular/demo/todo/README.md

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
1 Angular.dart's Todo Demo 1 Angular.dart's Todo Demo
2 ======================== 2 ========================
3 3
4 This demo is the most complete demo in the repository and a great 4 This demo is the most complete demo in the repository and a great
5 starting point for quickly understanding Angular.dart 5 starting point for quickly understanding Angular.dart
6 6
7 Getting up and running 7 Getting up and running
8 ---------------------- 8 ----------------------
9 9
10 To run this demo, first clone the entire Angular.dart repository. 10 To run this demo, first clone the entire Angular.dart repository.
(...skipping 22 matching lines...) Expand all
33 browser. 33 browser.
34 34
35 To use snapshotting, open http://localhost:3000/snapshot/index.html, which 35 To use snapshotting, open http://localhost:3000/snapshot/index.html, which
36 will serve a zip file with all the files used in the application. 36 will serve a zip file with all the files used in the application.
37 37
38 To use HTTP record / playback, first open http://localhost:3000/index.html?recor d. 38 To use HTTP record / playback, first open http://localhost:3000/index.html?recor d.
39 Then, without restarting the server, open http://localhost:3000/index.html?playb ack. 39 Then, without restarting the server, open http://localhost:3000/index.html?playb ack.
40 40
41 For more awesomeness, use HTTP playback together with snapshotting to isolate yo ur 41 For more awesomeness, use HTTP playback together with snapshotting to isolate yo ur
42 Dart application from the server. http://localhost:3000/snapshot/index.html?play back 42 Dart application from the server. http://localhost:3000/snapshot/index.html?play back
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698