Index: third_party/pkg/angular/README.md |
diff --git a/third_party/pkg/angular/README.md b/third_party/pkg/angular/README.md |
deleted file mode 100644 |
index ffaf15ec98ac47a52bc6f1a3d70a2470b8671b9b..0000000000000000000000000000000000000000 |
--- a/third_party/pkg/angular/README.md |
+++ /dev/null |
@@ -1,47 +0,0 @@ |
-AngularDart [![Build Status](https://travis-ci.org/angular/angular.dart.png?branch=master)](https://travis-ci.org/angular/angular.dart) |
-============ |
- |
-A port of [Angular][ng] to [Dart][dart]. |
- |
-## Installing |
- |
-Follow the instructions on [AngularDart's page on pub][pub]. |
- |
-## API Documentation |
- |
-[API documentation][docs]. |
- |
- |
-## Learning more |
- |
-Study the [AngularDart Tutorial][tut] to learn more about Angular |
-in Dart. |
- |
-## Joining the discussion |
- |
-Discuss AngularDart on the [mailing list][list], |
-ask questions on [StackOverflow][so], |
-follow [+Angular on Google+][plus], |
-and follow [@AngularDart][dartTw] and [@AngularJS][ngTw] on Twitter. |
- |
-## Filing bugs |
- |
-Please file bugs and feature requests using the [Github Issues Tracker][issues]. |
- |
-## I want to help |
- |
-Excellent read up on [contributing][contributing]. |
- |
-[docs]: http://ci.angularjs.org/view/Dart/job/angular.dart-master/javadoc/ |
-[ngTw]: https://twitter.com/AngularJS |
-[dartTw]: https://twitter.com/AngularDart |
-[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://angulardart.org/tutorial |
-[pub]: http://pub.dartlang.org/packages/angular#installing |
-[dart]: http://www.dartlang.org |
-[ng]: http://angularjs.org/ |
-[issues]: https://github.com/angular/angular.dart/issues?state=open |
-[contributing]: https://github.com/angular/angular.dart/blob/master/CONTRIBUTING.md |
- |