btford/angular-modal

ng-annotate required

majgis opened this issue · 0 comments

I find that I must include ng-annotate to use this module. I got around it by requiring the minified version:
require('../../node_modules/angular-modal/modal.min');

It would be great if you could run ng-annotate on the unminified version that you provide.