Files
stf-DeviceFarmer/res/app/components/stf/common-ui/nice-tabs/nice-tabs.jade
2014-03-27 20:03:22 +09:00

8 lines
262 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}}
div(ng-if='tab.active')
div(ng-include='tab.templateUrl')