thomporter / angular-ratings

Rating Directive, Icons & CSS for AngularJS
MIT License
40 stars 13 forks source link

Added Inline Annotation to make DI of the controller of the directive #2

Closed borya09 closed 10 years ago

borya09 commented 10 years ago

When minified (without ngmin), directive 'angularRatings' was failing because of the DI. The name of each dependecy is needed to have been declared, if minification process is wanted (or minify with ngmin)