Misko Hevery
|
47e251a80a
|
build: remove `main()` from specs (#21053)
PR Close #21053
|
2017-12-22 13:10:51 -08:00 |
vsavkin
|
057513536b
|
fix(upgrade): replaces get/setAngularLib with get/setAngularJSGlobal
The current names are confusing because Angular should refer to the latest version of the framework.
|
2017-12-18 12:10:01 -08:00 |
Tobias Bosch
|
e927aeae86
|
feat(upgrade): allow setting the angularjs lib at runtime (#15168)
Readds 8ad464d90e .
|
2017-04-17 14:35:55 -07:00 |
Tobias Bosch
|
590e68c251
|
Revert "feat(upgrade): allow setting the angularjs lib at runtime (#15168)"
This reverts commit 8ad464d90e .
Breaks G3.
|
2017-04-14 11:20:12 -07:00 |
Victor Savkin
|
8ad464d90e
|
feat(upgrade): allow setting the angularjs lib at runtime (#15168)
This PR adds an ability to reset the angularjs library, which is often needed when Angular
is loaded lazily using RequireJS.
|
2017-04-14 09:04:28 -07:00 |
Jason Aden
|
3e51a19983
|
refactor: move angular source to /packages rather than modules/@angular
|
2017-03-08 16:29:27 -08:00 |