acute-select icon indicating copy to clipboard operation
acute-select copied to clipboard

There is the error when comprising it

Open jihgao opened this issue 11 years ago • 1 comments

Hi When comprised it, there is an error called Unknown provider: acSelectDirective, it is due to the way you write the directives, like .directive("acSelect", function($parse, acuteSelectService) {}), could you please change it to .directive("acSelect", ['$parse', 'acuteSelectService', function($parse, acuteSelectService) {}) for solving this problem?

jihgao avatar Jan 29 '15 05:01 jihgao

Hi, If you're compressing your js, there is this tool which can make that change as part of your build:- https://github.com/olov/ng-annotate. John

john-oc avatar Feb 17 '15 12:02 john-oc