jameskleeh / angular-confirm

Confirmation modal dialog for AngularJS
Apache License 2.0
150 stars 75 forks source link

Not Minification Safe #52

Closed Codermar closed 8 years ago

Codermar commented 8 years ago

The code is not minification safe and it breaks using ng-strict-di.

jameskleeh commented 8 years ago

The injection stuff happens automatically when creating the minified version. If you don't have a process in place for that to happen with your build, I recommend using the minified version.