Lines Matching +full:- +full:alert
32 <div class="alert-banner"
33 ng-class="{
34 'alert-banner--info': $ctrl.type === 'info',
35 'alert-banner--warn': $ctrl.type === 'warn',
36 'alert-banner--error': $ctrl.type === 'error',
37 'alert-banner--success': $ctrl.type === 'success'}">
38 <status-icon
39 ng-if="$ctrl.type !== 'info'"
41 class="status-icon">
42 </status-icon>
43 <ng-bind-html
44 ng-bind-html="$ctrl.bannerText || ''">
45 </ng-bind-html>