UNPKG

foundation-apps

Version:

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

13 lines (12 loc) 396 B
<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 ng-bind-html="trustedTitle"></h1> <p ng-transclude></p> </div> </div>