summaryrefslogtreecommitdiffstats
path: root/afb-client/bower_components/foundation-apps/js/angular/components/tabs/tab-content.html
blob: 6ae46e7d5c667f4c4ed018cd9a4e526952949fb9 (plain)
1
2
3
4
5
6
7
8
<div class="tab-contents">
  <div zf-tab-individual
    class="tab-content"
    ng-class="{'is-active': tab.active}"
    ng-repeat="tab in tabs"
    tab="tab">
  </div>
</div>