-
Notifications
You must be signed in to change notification settings - Fork 134
Open
Description
hi, Mischi, It's an usefult directive, and please change the follow
angular.module('imageupload', [])
.directive('image', function($q) {...}
to
angular.module('imageupload', [])
.directive('image', ['$q', function($q) {...}]
otherwise, it is not work after uglify. for the param $q may be converted to another name such as a,b,c,f, etc by uglify compiler.
Metadata
Metadata
Assignees
Labels
No labels