| OLD | NEW |
| (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 |
| OLD | NEW |