fiestah/angular-money-directive

Directive only works when not minified

gantaa opened this issue · 2 comments

The directive's module can no longer be loaded after code is minified. I did not see an $inject array with string parameters for your injection.

See here: https://docs.angularjs.org/tutorial/step_05#a-note-on-minification

Did you happen to install from bower? The annotated files are actually in ./dist. Updated the readme to point that out, is that any clearer?

I did install with bower. Perfect. Works now. Thanks!