-
Notifications
You must be signed in to change notification settings - Fork 3k
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
ng-disabled doesn't prevent state change #2957
Comments
Interesting. This seems like a pretty common scenario. I don't have time to implement it but I'd accept a PR to the An alternative is to disable pointer events using CSS a[disabled=disabled] {
pointer-events: none;
cursor: default;
color: grey;
} |
+1 for this |
#2957 added check for disabled state
This issue has been automatically marked as stale because it has not had This does not mean that the issue is invalid. Valid issues Thank you for your contributions. |
I am using the ng-disabled to deactivate links but it seems the ui-router tries to go to the state:
The text was updated successfully, but these errors were encountered: