jameskleeh / angular-confirm

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

Fix bug when using nested ng-click #61

Open SiwakornSitti opened 8 years ago

SiwakornSitti commented 8 years ago

I just add $event.stopPropagation(); when binding click event. That what the problem I found when parent element has click event.