Skip to content

Production Release of v0.2.0

Compare
Choose a tag to compare
@marcoslin marcoslin released this 07 Aug 15:01

Bug Fixes

  • 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(...). (54b5ec2 1c7922b #63 #70)