Update JSON API
[src/app-framework-demo.git] / afm-client / bower_components / foundation-apps / js / angular / components / notification / notification-set.html
1 <div class="notification-container {{position}}">
2   <zf-notification ng-repeat="notification in notifications"
3     title="notification.title"
4     image="notification.image"
5     notif-id = "notification.id"
6     color="notification.color"
7     autoclose="notification.autoclose"
8     >{{ notification.content }}</zf-notification>
9 </div>