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

make component compatible with bootstrap 1.2.x #63

Closed pdesoyres closed 8 years ago

pdesoyres commented 8 years ago

This commit intend to make ui-router-tabs compatible with bootstrap 1.2.x. According to the documentation, to make a tab active, one must use the new active attribute on <uib-tabset> tag.

This commit do 2 simple things :