Skip to content

0.3.5 (2014-08-26)

Compare
Choose a tag to compare
@ocombe ocombe released this 26 Aug 16:37
· 211 commits to master since this release

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()