angular-confirm
angular-confirm copied to clipboard
Event propagation stop
Event propagation can not be stopped. If $event.stopPropagation() is called in ng-click expression, it is not called right on click but upon dialog is closed and at that point event is already propagated.
Current workaround: wrap your element with element which has ng-click="$event.stopPropagation()".