You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.
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()".
The text was updated successfully, but these errors were encountered:
framon
added a commit
to framon/angular-confirm
that referenced
this issue
Jun 19, 2017
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()".
The text was updated successfully, but these errors were encountered: