You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm seeing the following error when trying to minify the angular-growl.js:
[$injector:unpr] Unknown provider: translateFilterProvider <- translateFilter <- growl <- NotifyService.
I'm seeing the following error when trying to minify the angular-growl.js:
[$injector:unpr] Unknown provider: translateFilterProvider <- translateFilter <- growl <- NotifyService.
Best to my knowledge, this is somehow caused by the line https://github.com/JanStevens/angular-growl-2/blob/master/build/angular-growl.js#L201.
I'm using ng-annotate followed by uglify in a Grunt build setup. The code works okay if it's not being minified.
Has anyone stumbled on this? What could be the cause?
The text was updated successfully, but these errors were encountered: