Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(sref): do not handle clicks if the dom element has a 'target' attribute Also do not handle clicks if shift or alt is being held down. #799

Merged
merged 1 commit into from
Dec 22, 2020

Conversation

christopherthielen
Copy link
Member

@christopherthielen christopherthielen commented Dec 22, 2020

Copying behavior from uirouter for angularjs, if any target attribute is present, or shift/alt/meta/ctrl is held down, the transition isn't started and it falls back to native browser behavior

Fixes #786

…ribute

Also do not handle clicks if shift or alt is being held down.

Closes #786
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

UISref Component ignores target="_blank" on child anchor tag
1 participant