Merge afb-client
[src/app-framework-demo.git] / afb-client / bower_components / foundation-apps / js / angular / components / notification / notification-set.html
diff --git a/afb-client/bower_components/foundation-apps/js/angular/components/notification/notification-set.html b/afb-client/bower_components/foundation-apps/js/angular/components/notification/notification-set.html
new file mode 100644 (file)
index 0000000..9193026
--- /dev/null
@@ -0,0 +1,9 @@
+<div class="notification-container {{position}}">
+  <zf-notification ng-repeat="notification in notifications"
+    title="notification.title"
+    image="notification.image"
+    notif-id = "notification.id"
+    color="notification.color"
+    autoclose="notification.autoclose"
+    >{{ notification.content }}</zf-notification>
+</div>
\ No newline at end of file