angular/modules/angular2/src
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(di): Add the @Injectable annotation 2015-03-17 22:12:47 -07:00
directives refactor(forEach): change to for-of with iterable 2015-03-21 14:19:21 -07:00
dom refactor(test_lib): remove IS_NODEJS 2015-03-20 15:50:05 +01:00
facade refactor(test_lib): remove IS_NODEJS 2015-03-20 15:50:05 +01:00
forms feat(forms): added pristine and dirty 2015-03-19 14:36:21 -07:00
mock refactor(template loading): add support for base URLs, css rewriting 2015-02-26 09:36:04 +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 refactor(test_lib): remove IS_NODEJS 2015-03-20 15:50:05 +01:00
transform style(dart/transform): Remove src from library directives 2015-03-21 14:55:11 -07:00