-
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
Regression: ui-sref-active with nested states broken in 0.2.11 but not 0.2.10 #1314
Comments
Managed to track down the cause of this issue. I had a placeholder link where I had a |
Ahaaaa! Thanks @kz26 for that. It's been bugging the hell out of me for a while now. Good work :) 👍 |
Thanks @kz26 that saved me some time. I agree with you about the consistency thing. |
👍 |
ui-sref-active-eq fixed my case, too. thanks. |
ui-sref-active-eq workd for me,thanks |
Loading a template for a parent state throws the following error in 0.2.11 but not 0.2.10 due to
ui-sref-active
. This error seems to be non-fatal as everything still seems to work. Changing toui-sref-active-eq
fixes the error.Chrome console traceback:
State definition:
index.html:
The text was updated successfully, but these errors were encountered: