Skip to content
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.

Event propagation stop #80

Open
neemanjabu opened this issue Mar 26, 2017 · 0 comments
Open

Event propagation stop #80

neemanjabu opened this issue Mar 26, 2017 · 0 comments

Comments

@neemanjabu
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant