-
Notifications
You must be signed in to change notification settings - Fork 57
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
Switching to another tab inside the tab-view does not update the tab (heading) #1
Comments
Thanks for the helpful fiddle. You're doing it right, it should certainly behave that way. Interestingly if I hit F5 then the tabs appear correctly highlighted :( This directive delegates to It comes down to Could possibly force the update by watching a shared variable on the scope. |
I've got a version of this updating the parent tab, but it involves watching |
Can you take a look and confirm the issue is fixed with this update? |
This fixes this issue. Thank you. |
I have two tabs and inside on of the tabs I am linking to the other tab (state) which does not update the tab heading.
I created a jsfiddle to explain the behaviour more easily.
Maybe I am doing it wrong but this seems to be not the desired effect.
The text was updated successfully, but these errors were encountered: