-
Notifications
You must be signed in to change notification settings - Fork 13.5k
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
UI-sref active broken #913
Comments
To get around this issue i created my own class |
@Cheguevara We were initially using the |
Got the same issue here. Tried with both
Anyone has solution for this? Thanks. |
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. |
I have a side menu navigation setup and use UI-routers built in method for handing active links.
<a ng-repeat="pet in pets" class="item" ui-sref="main.detail({petsId: pet.id })" ui-sref-active="active" menu-toggle="left"></a>
This way I can use the built in features of ui-router and not have to do anything on my own. But since 0.9.27, this has been broken.
I saw an issue about active links breaking and that it was closed for 1.0 beta1 but my links are still not being set.
http://codepen.io/mhartington/pen/sybth
The text was updated successfully, but these errors were encountered: