-
Notifications
You must be signed in to change notification settings - Fork 13.5k
feature request: update angular-ui-router from 0.2.10 to 0.2.11 #2293
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
Comments
Wow, very interesting, it can be worth trying at least |
👍 |
+1, reasonable due to the BUG: uiView: Fixed infinite loop when is called .go() from a controller |
👍 works great ! |
also Also activate for child states. (bf163ad6, closes #818) BREAKING CHANGE Since ui-sref-active now activates even when child states are active you may need to swap out your ui-sref-active with ui-sref-active-eq, thought typically we think devs want the auto inheritance. uiSrefActiveEq: new directive with old ui-sref-active behavior |
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out. |
currently ionic uses '"angular-ui-router": "0.2.10",' bower.json
what about getting a more recent version ? > 0.2.11
CHANGELOG.md
one motivation could be that its now possible to provide default parameters for a state
or have a optional param:
long story:
The text was updated successfully, but these errors were encountered: