summaryrefslogtreecommitdiffstats
path: root/afb-client/bower_components/foundation-apps/js/angular/components/tabs/tab.html
blob: 082bf868a8e4951d853e419e01be15563f939489 (plain)
1
2
3
<div class="tab-item"
  ng-class="{'is-active': active}"
  ng-click="makeActive()">{{ title }}</div>