angularjs - Tab is not switching but the URL of that tab is changing -
i using tabstrip , angular ui routing navigate tabs. when click on tab, url changes tab not switch.
i have 3 tabs. first 2 tabs work expected. last tab not switch though url changes.
here code.
please let me know if need further information.
it appears have k-state-active class set on particular li, since you're using ui-sref can use ui-sref-active="k-state-active" on li elements instead of class have on first, ui-sref-active state apply https://github.com/angular-ui/ui-router/wiki/quick-reference#ui-sref-active

Comments
Post a Comment