jameskleeh / angular-confirm

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

Add possibility to add&get input from the confirm modal window #70

Closed kotmatpockuh closed 8 years ago

kotmatpockuh commented 8 years ago

For example in template could be some input-textarea.

Is there any possibility to get this data in $confirm after clicking on the ok button?

jameskleeh commented 8 years ago

Yes, whatever gets passed to the ok method will be available in the .then()

kotmatpockuh commented 8 years ago

thank's a lot!