| 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
|
|
|