btford / angular-modal

Simple AngularJS service for creating modals

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ng-annotate required

majgis opened this issue · 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.