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

Side by Side Diff: third_party/pkg/angular/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
(Empty)
1 AngularDart
2 ============
3
4 A port of [Angular][ng] to [Dart][dart].
5
6 ## Installing
7
8 Follow the instructions on [angular.dart's page on pub][pub].
9
10 ## API Documentation
11
12 [API documentation][docs].
13
14
15 ## Learning more
16
17 Study the [Angular.dart Tutorial][tut] to learn more about Angular
18 in Dart.
19
20 ## Joining the discussion
21
22 Discuss angular.dart on the [mailing list][list],
23 ask questions on [StackOverflow][so],
24 follow [+Angular on Google+][plus],
25 and follow [@angularjs][tw] on Twitter.
26
27 ## Filing bugs
28
29 Please file bugs and feature requests using the [Github Issues Tracker][issues].
30
31 [docs]: http://ci.angularjs.org/view/Dart/job/angular.dart-master/javadoc/
32 [tw]: https://twitter.com/angularjs
33 [plus]: https://plus.google.com/+AngularJS
34 [so]: http://stackoverflow.com/questions/tagged/angular.dart
35 [list]: https://groups.google.com/forum/#!forum/angular-dart
36 [tut]: https://github.com/angular/angular.dart.tutorial
37 [pub]: http://pub.dartlang.org/packages/angular
38 [dart]: http://www.dartlang.org
39 [ng]: http://angularjs.org/
40 [issues]: https://github.com/angular/angular.dart/issues?state=open
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698