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

Tab selection on refresh #67

Closed neolitec closed 8 years ago

neolitec commented 8 years ago

Hello,

I currently use ui-bootstrap ~1.2 and I realized that tab activation is controlled by the active attribute of uib-tabset that takes the index of the selected tab instead of the active attribute of uib-tab. Put a value (a boolean) on the last one has no effect.

Can you confirm this, or I'm wrong ?

neolitec commented 8 years ago

Closed : https://github.com/rpocklin/ui-router-tabs/pull/65 :)