JetBrains / resharper-angularjs

ReSharper plugin for AngularJS support
Apache License 2.0
134 stars 25 forks source link

No directives found in minified angular.js #43

Open citizenmatt opened 8 years ago

citizenmatt commented 8 years ago

The default directives are parsed from angular.js, but rely on the JSDoc comments. A minified angular.min.js doesn't include the JSDoc comments, so no default directives.

See #42