angular-confirm
angular-confirm copied to clipboard
Fix bug when using nested ng-click
I just add $event.stopPropagation(); when binding click event. That what the problem I found when parent element has click event.