mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 08:03:30 +02:00
9 lines
276 B
Plaintext
9 lines
276 B
Plaintext
.heading-for-tabs.tabs
|
|
tabset
|
|
tab(ng-repeat='tab in tabs', active='tab.active', ng-hide='!tabFound(tab)')
|
|
tab-heading
|
|
i.fa(ng-class='tab.icon')
|
|
span {{tab.title | translate }}
|
|
div(ng-if='tab.active')
|
|
div(ng-include='tab.templateUrl')
|