Merge afb-client
[src/app-framework-demo.git] / afb-client / bower_components / foundation-apps / js / angular / components / tabs / tab.html
diff --git a/afb-client/bower_components/foundation-apps/js/angular/components/tabs/tab.html b/afb-client/bower_components/foundation-apps/js/angular/components/tabs/tab.html
new file mode 100644 (file)
index 0000000..082bf86
--- /dev/null
@@ -0,0 +1,3 @@
+<div class="tab-item"
+  ng-class="{'is-active': active}"
+  ng-click="makeActive()">{{ title }}</div>