Merge afb-client
[src/app-framework-demo.git] / afb-client / bower_components / foundation-apps / js / angular / components / notification / notification.html
diff --git a/afb-client/bower_components/foundation-apps/js/angular/components/notification/notification.html b/afb-client/bower_components/foundation-apps/js/angular/components/notification/notification.html
new file mode 100644 (file)
index 0000000..a311f01
--- /dev/null
@@ -0,0 +1,12 @@
+<div zf-swipe-close="swipe" class="notification {{ color }}">
+  <a href="#"
+    class="close-button"
+    ng-click="hide(); $event.preventDefault(); $event.stopPropagation()">&times;</a>
+  <div class="notification-icon" ng-if="image">
+    <img ng-src="{{ image }}"/>
+  </div>
+  <div class="notification-content">
+    <h1>{{ title }}</h1>
+    <p ng-transclude></p>
+  </div>
+</div>