Skip to content
This repository has been archived by the owner on Jul 30, 2020. It is now read-only.

event.preventDefault() breaks ng-click directive #9

Open
adamreisnz opened this issue Jan 6, 2017 · 0 comments
Open

event.preventDefault() breaks ng-click directive #9

adamreisnz opened this issue Jan 6, 2017 · 0 comments

Comments

@adamreisnz
Copy link

If this directive is used together with an ng-click then click events aren't registered due to the event.preventDefault() calls. Can you add a fix to check if an event is a click (and not a move) and then not prevent the event in those cases?

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