LaxarJS / laxar-patterns

Utilities to implement standard event patterns in LaxarJS widgets
MIT License
5 stars 2 forks source link

actions: Missing explicit DI naming when using ngInjector #36

Closed alex3683 closed 9 years ago

alex3683 commented 9 years ago

actions uses ng.injector.invoke to gain access to $q,but doesn't use strict DI naming. Thus the minified code fails to work. Marked for milestone v1.0.0, as the change was part of a breaking milestone change.

alex3683 commented 9 years ago

Fixed on master (v1.0.0).