Skip to content

v0.1.0

Compare
Choose a tag to compare
@philippd philippd released this 09 Jun 22:43
· 43 commits to master since this release
  • 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