You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ngload: ngload now correctly load module that creates submodules internally (e8b74af#67)
Features
angularAMD.<>: modules now can be defined before bootstrap using angularAMD.factory (81a5495#14)
.config: New method allowing changing of configuration post bootstrap (d3ebfed#71)
.route: controller parameter can now be omitted if module specified in controllerUrl returns a function. (550cd28#72)
Breaking Changes
app.<>: app.register is now deprecated so a factory creation using app.register.factory
is now app.factory. To support this, .bootstrap creates a alternate app that need to be used
instead of the app created using angular.module(...). (54b5ec21c7922b#63#70)