| OLD | NEW |
| 1 AngularDart [](https://travis-ci.org/angular/angular.dart) | 1 AngularDart [](https://travis-ci.org/angular/angular.dart) |
| 2 ============ | 2 ============ |
| 3 | 3 |
| 4 A port of [Angular][ng] to [Dart][dart]. | 4 A port of [Angular][ngJs] to [Dart][dart]. |
| 5 | 5 |
| 6 ## Installing | 6 ## Installing |
| 7 | 7 |
| 8 Follow the instructions on [AngularDart's page on pub][pub]. | 8 Follow the instructions on [AngularDart's page on pub][pub]. |
| 9 | 9 |
| 10 ## API Documentation | 10 ## API documentation |
| 11 | 11 |
| 12 [API documentation][docs]. | 12 Read the autogenerated [API documentation][APIdocs]. |
| 13 | 13 |
| 14 | 14 |
| 15 ## Learning more | 15 ## Learning more |
| 16 | 16 |
| 17 Study the [AngularDart Tutorial][tut] to learn more about Angular | 17 Study the [AngularDart Tutorial][tut] to learn more about Angular |
| 18 in Dart. | 18 in Dart. |
| 19 | 19 |
| 20 ## Joining the discussion | 20 ## Joining the discussion |
| 21 | 21 |
| 22 Discuss AngularDart on the [mailing list][list], | 22 Discuss AngularDart on the [mailing list][list], |
| 23 ask questions on [StackOverflow][so], | 23 ask questions on [StackOverflow][so], |
| 24 follow [+Angular on Google+][plus], | 24 follow [+AngularDart on Google+][plus], |
| 25 and follow [@AngularDart][dartTw] and [@AngularJS][ngTw] on Twitter. | 25 and follow [@AngularDart][ngDartTw] and [@AngularJS][ngJsTw] on Twitter. |
| 26 | 26 |
| 27 ## Filing bugs | 27 ## Filing bugs |
| 28 | 28 |
| 29 Please file bugs and feature requests using the [Github Issues Tracker][issues]. | 29 Please file bugs and feature requests using the [Github Issues Tracker][issues]. |
| 30 | 30 |
| 31 ## I want to help | 31 ## I want to help |
| 32 | 32 |
| 33 Excellent read up on [contributing][contributing]. | 33 Excellent read up on [contributing][contributing]. |
| 34 | 34 |
| 35 [docs]: http://ci.angularjs.org/view/Dart/job/angular.dart-master/javadoc/ | 35 [APIdocs]: https://docs.angulardart.org |
| 36 [ngTw]: https://twitter.com/AngularJS | 36 [ngJsTw]: https://twitter.com/AngularJS |
| 37 [dartTw]: https://twitter.com/AngularDart | 37 [ngDartTw]: https://twitter.com/AngularDart |
| 38 [plus]: https://plus.google.com/+AngularJS | 38 [plus]: https://plus.google.com/117340875933142003564/posts |
| 39 [so]: http://stackoverflow.com/questions/tagged/angular.dart | 39 [so]: http://stackoverflow.com/questions/tagged/angular.dart |
| 40 [list]: https://groups.google.com/forum/#!forum/angular-dart | 40 [list]: https://groups.google.com/forum/#!forum/angular-dart |
| 41 [tut]: https://angulardart.org/tutorial | 41 [tut]: https://angulardart.org/tutorial |
| 42 [pub]: http://pub.dartlang.org/packages/angular#installing | 42 [pub]: http://pub.dartlang.org/packages/angular#installing |
| 43 [dart]: http://www.dartlang.org | 43 [dart]: http://www.dartlang.org |
| 44 [ng]: http://angularjs.org/ | 44 [ngJs]: http://angularjs.org/ |
| 45 [issues]: https://github.com/angular/angular.dart/issues?state=open | 45 [issues]: https://github.com/angular/angular.dart/issues?state=open |
| 46 [contributing]: https://github.com/angular/angular.dart/blob/master/CONTRIBUTING
.md | 46 [contributing]: https://github.com/angular/angular.dart/blob/master/CONTRIBUTING
.md |
| 47 | 47 |
| OLD | NEW |