acute-select
acute-select copied to clipboard
There is the error when comprising it
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?
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