UNPKG

angular-cached-resource

Version:

An AngularJS module to interact with RESTful resources, even when browser is offline

5 lines (4 loc) 254 B
<div class="alert alert-dismissable" tabindex="-1" ng-class="[type ? 'alert-' + type : null]"> <button type="button" class="close" ng-click="$hide()">&times;</button> <strong ng-bind="title"></strong>&nbsp;<span ng-bind-html="content"></span> </div>