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

Unified Diff: third_party/pkg/angular/demo/todo/README.md

Issue 1058283006: Update pubspecs and dependencies to get pkgbuild tests working. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 8 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/todo/README.md
diff --git a/third_party/pkg/angular/demo/todo/README.md b/third_party/pkg/angular/demo/todo/README.md
deleted file mode 100644
index dac21f88590497a186b68eaf8af544c3b4c4af7a..0000000000000000000000000000000000000000
--- a/third_party/pkg/angular/demo/todo/README.md
+++ /dev/null
@@ -1,42 +0,0 @@
-Angular.dart's Todo Demo
-========================
-
-This demo is the most complete demo in the repository and a great
-starting point for quickly understanding Angular.dart
-
-Getting up and running
-----------------------
-
-To run this demo, first clone the entire Angular.dart repository.
-
-Then, run ``pub serve`` in this directory:
-
-```
-$ cd demo/todo; pub serve
-```
-
-Finally, open http://localhost:8080/index.html.
-
-The server is optional
-----------------------
-
-There is a simple Node.js server in this directory, but you do
-not need to run it. It is here to demonstrate the HTTP record /
-playback feature, snapshotting and dart2js.
-
-```
-$ cd demo/todo; node webserver.js
-Web server is listening on port 3000
-```
-
-To use dart2js, open http://localhost:3000/index.html in a non-Dartium web
-browser.
-
-To use snapshotting, open http://localhost:3000/snapshot/index.html, which
-will serve a zip file with all the files used in the application.
-
-To use HTTP record / playback, first open http://localhost:3000/index.html?record.
-Then, without restarting the server, open http://localhost:3000/index.html?playback.
-
-For more awesomeness, use HTTP playback together with snapshotting to isolate your
-Dart application from the server. http://localhost:3000/snapshot/index.html?playback
« no previous file with comments | « third_party/pkg/angular/demo/helloworld/web/index.html ('k') | third_party/pkg/angular/demo/todo/package.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698