jameskleeh / angular-confirm

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

add dependency injection annotations #27

Closed alexweber closed 8 years ago

alexweber commented 8 years ago

Using the un-minified version breaks strict di mode... it's not pretty but can't hurt to add this eh? Thanks!

jameskleeh commented 8 years ago

To ease development, I prefer not to do so. You can use a pre-processor to annotate if you wish. Thanks for the submission!

alexweber commented 8 years ago

@Schlogen No problem, I surely didn't mean to make your development any more difficult by adding that.