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

Unified 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, 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/README.md
diff --git a/third_party/pkg/angular/README.md b/third_party/pkg/angular/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..c426e01c5dd2b2b449c14f8015216e23e547e35a
--- /dev/null
+++ b/third_party/pkg/angular/README.md
@@ -0,0 +1,40 @@
+AngularDart
+============
+
+A port of [Angular][ng] to [Dart][dart].
+
+## Installing
+
+Follow the instructions on [angular.dart's page on pub][pub].
+
+## API Documentation
+
+[API documentation][docs].
+
+
+## Learning more
+
+Study the [Angular.dart Tutorial][tut] to learn more about Angular
+in Dart.
+
+## Joining the discussion
+
+Discuss angular.dart on the [mailing list][list],
+ask questions on [StackOverflow][so],
+follow [+Angular on Google+][plus],
+and follow [@angularjs][tw] on Twitter.
+
+## Filing bugs
+
+Please file bugs and feature requests using the [Github Issues Tracker][issues].
+
+[docs]: http://ci.angularjs.org/view/Dart/job/angular.dart-master/javadoc/
+[tw]: https://twitter.com/angularjs
+[plus]: https://plus.google.com/+AngularJS
+[so]: http://stackoverflow.com/questions/tagged/angular.dart
+[list]: https://groups.google.com/forum/#!forum/angular-dart
+[tut]: https://github.com/angular/angular.dart.tutorial
+[pub]: http://pub.dartlang.org/packages/angular
+[dart]: http://www.dartlang.org
+[ng]: http://angularjs.org/
+[issues]: https://github.com/angular/angular.dart/issues?state=open

Powered by Google App Engine
This is Rietveld 408576698