0.3.5 (2014-08-26)
Bug Fixes
- fixed cases where the config block would not be called
(1e29c9d4,
#5).
The config block would not be called if:- defined multiple times (only the first 1 would be invoked)
- defined with an auto injected module: ['...', function() {}]
- defined after another component: angular.module().controler().config()