Update JSON API
[src/app-framework-demo.git] / afm-client / bower_components / angular-ui-notification / src / angular-ui-notification.html
1 <div class="ui-notification">
2     <h3 ng-show="title" ng-bind-html="title"></h3>
3     <div class="message" ng-bind-html="message"></div>
4 </div>