angular-confirm icon indicating copy to clipboard operation
angular-confirm copied to clipboard

Event propagation stop

Open neemanjabu opened this issue 9 years ago • 0 comments

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()".

neemanjabu avatar Mar 26 '17 20:03 neemanjabu