Releases: philippd/angular-deferred-bootstrap
Releases · philippd/angular-deferred-bootstrap
v0.1.9
v0.1.8
v0.1.7: Remove error class after successful bootstrap
0.1.7 - 2015-05-09
- Add jspm support
v0.1.6: Remove error class after successful bootstrap
0.1.6 - 2015-04-09
- Remove error class after successful bootstrap, fixes #32
v0.1.5
- Fixed call of resolve function to not fail if angular.forEach passes the object as third argument in each iteration (Angular > 1.3.0-rc.1), see #20
- Pass additional configuration to bootstrap the AngularJS app (for example
strictDi
mode), implemented by @jeffsheets, see #23
v0.1.4
v0.1.3
v0.1.2
v0.1.1
v0.1.0
- the resolve functions can now use dependency injection to access services from the AngularJS core
- BREAKING: the resolve functions can NOT anymore directly get access to the 'injector' (which is also not needed anymore) -> check the updated demos and the docs
- the bootstrap configuration takes a new argument 'injectorModules' where the modules which should be made available to the resolve functions can be specified, thanks @Shepless, see: #11