summaryrefslogtreecommitdiffstats
path: root/afb-client/bower_components/foundation-apps/js/angular/components/tabs/tabs.html
blob: b8a66f54e648e28ac7bf074201762f851f633f5d (plain)
1
2
3
4
5
6
7
8
<div>
  <div class="tabs" ng-transclude>
  </div>
  <div zf-tab-content
    target="{{ id }}"
    ng-if="showTabContent">
  </div>
</div>