Merge afb-client
[src/app-framework-demo.git] / afb-client / bower_components / foundation-apps / js / angular / components / actionsheet / actionsheet-button.html
diff --git a/afb-client/bower_components/foundation-apps/js/angular/components/actionsheet/actionsheet-button.html b/afb-client/bower_components/foundation-apps/js/angular/components/actionsheet/actionsheet-button.html
new file mode 100644 (file)
index 0000000..6df405c
--- /dev/null
@@ -0,0 +1,6 @@
+<div>
+  <a href="#"
+    class="button"
+    ng-if="title.length > 0">{{ title }}</a>
+  <div ng-transclude></div>
+</div>