jameskleeh / angular-confirm

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

How to apply conditional confirm? #38

Closed bhavesh-vyas closed 8 years ago

bhavesh-vyas commented 8 years ago

currently i am using directive like : confirm="Are you sure?"

But what if i want to confirm if certain condition is true.

Can you please help.

jameskleeh commented 8 years ago

Checkout the documentation http://schlogen.github.io/angular-confirm/

bhavesh-vyas commented 8 years ago

Thanks.!