walnut_launchpad.html/templates/widgets/website-notification-bar.html

7 lines
397 B
HTML
Raw Permalink Normal View History

2017-10-05 19:01:05 +00:00
<div class="error-notice">
<div class="oaerror {{ vm.alertNotification.className }} {{ vm.alertNotification.hidden }}">
<strong>{{ vm.alertNotification.title }}</strong> - {{ vm.alertNotification.message }}
<button type="button" class="close" ng-click="vm.alertNotification.hidden = 'hidden'"><span aria-hidden="true">×</span><span class="sr-only">Close</span></button>
</div>
</div>