walnut_launchpad.html/templates/widgets/website-notification-bar.html
2017-10-05 13:01:05 -06:00

7 líneas
397 B
HTML
Original Blame Histórico

Este archivo contiene caracteres Unicode ambiguos

Este archivo contiene caracteres Unicode que pueden confundirse con otros caracteres. Si crees que esto es intencional, puedes ignorar esta advertencia. Usa el botón de Escape para revelarlos.

<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>