UNPKG

foundation-apps

Version:

A responsive, Angular-powered framework for web apps from ZURB.

9 lines 332 B
<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>