summaryrefslogtreecommitdiffstats
path: root/afb-client/bower_components/foundation-apps/js/angular/components/notification/notification-set.html
blob: 9193026c230ffd5443cc9fb3ecd46eae52b8a0e7 (plain)
1
2
3
4
5
6
7
8
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>