rpocklin / ui-router-tabs

Idiot-proof tab panes with route support using Angular.js + Bootstrap 3 + UI Router
Other
244 stars 57 forks source link

$state.go on a sibling tab state does not make the target tab as active #69

Closed CarbonFactory closed 8 years ago

CarbonFactory commented 8 years ago

Assume we have 3 tabs: tab1, tab2 & tab3

If we are in tab1 and execute $state.go('tab2'), tab2 is displayed but the active class is not added to the tab2 and instead stays with tab1

This gives an impression that tab1 is active whereas in reality its not and it should be tab2 that should be active

rpocklin commented 8 years ago

Sounds like a dupe of https://github.com/rpocklin/ui-router-tabs/issues/70 what version of Bootstrap.UI are you using?

CarbonFactory commented 8 years ago

1.2.3

rpocklin commented 8 years ago

This will be fixed in #70