angular/modules/angular2/test
Tim Blasi 8baedca972 style(dart/transform): Remove src from library directives
Conform to Angular 2 style by removing `src` from library directives.
Completed with:
```
find -name "*.dart" | xargs sed -i -e 's!library\(.*\)src\.\(.*\)!library \1\2!'
```

Closes #1005

Closes #1038
2015-03-21 14:55:11 -07:00
..
change_detection refactor(forEach): change to for-of with iterable 2015-03-21 14:19:21 -07:00
core feat(compiler): support bindings for any attribute 2015-03-21 14:55:11 -07:00
di feat(tests): add a test injector 2015-03-13 18:20:02 +01:00
directives fix(ViewContainer) removeChild called with null parent 2015-03-21 14:55:10 -07:00
dom feat(compiler): DOM adapters + html5lib implementation; misc fixes 2015-02-27 16:49:14 -08:00
facade feat(RegExp): expose match indexes in Dart 2015-02-26 19:32:49 +01:00
forms refactor(test_lib): remove IS_NODEJS 2015-03-20 15:50:05 +01:00
mock feat(tests): add a test injector 2015-03-13 18:20:02 +01:00
reflection chore(packaging): update import for the new file structure 2015-02-05 15:47:12 -08:00
services feat: introduce Title service 2015-03-09 22:17:28 +01:00
test_lib chore: upgrade guinness to remove a workaround in testlib 2015-03-13 18:19:10 -07:00
transform style(dart/transform): Remove src from library directives 2015-03-21 14:55:11 -07:00