Releases: marcoslin/angularAMD
Releases · marcoslin/angularAMD
v0.2.1: Added support for AngularJS 1.3.x
Production Release of v0.2.0
Bug Fixes
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 incontrollerUrl
returns a function. (550cd28 #72)
Breaking Changes
v0.2.0-rc.1
Created dist directory for distribution files
Fix for on-demand loading for .animate and .provider
Fix for on-demand loading for .animate and .provider with Protractor testing. See CHANGELOG for details.