## Bug Fixes
0.2.0-rc.1 (2014-06-28)
## 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)
- app.<>:
app.register
is now deprecated so a factory creation usingapp.register.factory
is nowapp.factory
. To support this,.bootstrap
creates a alternateapp
that need to be used instead of theapp
created usingangular.module(...)
. (54b5ec2 1c7922b #63 #70)
- ngload: On-demand loading of animation now works (eae2e56 #31)
- .bootstrap Fixed Firefox Right-Click bug in Html5Mode as per this post (9ce8ca1 #41)
- www: As result of
40a6dd0,
removed
$rootScope
from.config
block and replaced with customconfigValue
provider. (6e4f7d1 #60) - www: Sample Plunk doesn't execute due to MIME type error. Switched to use
jsdelivr
instead ofraw.github.com
and from Plunker tobl.ocks.org
(cf8c0ff #59 #54)
- unittest Unit Test now include Registered Controller with Registered Factory (c40bc19 #27)
- e2e: Added Protractor e2e testing. Need to run manually using
grunt test-e2e
and excluded from Travis-CI for now. (4efc87d 5f746ef 6299430)