Files
stf-DeviceFarmer/res/app/components/stf/common-ui/nice-tabs/nice-tabs.jade
Gunther Brunner b8b293d18a Update bower dependencies.
Update to latest bootstrap-ui 1.0.3.
Change Wifi settings button and behaviour of several tooltips accordingly.
Remove collapse elements since the animation breaks.
2016-01-14 20:48:38 +09:00

9 lines
288 B
Plaintext

.heading-for-tabs.tabs
uib-tabset
uib-tab(ng-repeat='tab in tabs', active='tab.active', ng-hide='!tabFound(tab)')
uib-tab-heading
i.fa(ng-class='tab.icon')
span {{tab.title | translate }}
div(ng-if='tab.active')
div(ng-include='tab.templateUrl')