jameskleeh / angular-confirm

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

Update angular-confirm.js #5

Closed jameskleeh closed 9 years ago

jameskleeh commented 9 years ago

Make title configurable in the default settings with the property defaultTitle or configurable by passing in the title key in the data passed into the $confirm factory. The title passed by data overrides the default.