summaryrefslogtreecommitdiffstats
path: root/afb-client/bower_components/angular-ui-notification/src/angular-ui-notification.html
blob: 5f628fc2371b04a70bed1a9135c2bfaf5d1b7583 (plain)
1
2
3
4
<div class="ui-notification">
    <h3 ng-show="title" ng-bind-html="title"></h3>
    <div class="message" ng-bind-html="message"></div>
</div>