<div class=“alert” ng-class=“[type ? ‘alert-’ + type : null]”>
<button type="button" class="close" ng-if="dismissable" ng-click="$hide()">×</button> <strong ng-bind="title"></strong> <span ng-bind-html="content"></span>
</div>
<div class=“alert” ng-class=“[type ? ‘alert-’ + type : null]”>
<button type="button" class="close" ng-if="dismissable" ng-click="$hide()">×</button> <strong ng-bind="title"></strong> <span ng-bind-html="content"></span>
</div>