Distribution report
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
<div class="alert alert-danger" ng-show="vm.errors.length">
|
||||
Correct the following issues.
|
||||
<ul>
|
||||
<li ng-repeat="error in vm.errors">{{error}}</li>
|
||||
</ul>
|
||||
</div>
|
||||
@@ -0,0 +1,3 @@
|
||||
<div class="alert alert-{{angular.isDefined(severity) ? severity : 'info'}}" ng-show="message">
|
||||
{{message}}
|
||||
</div>
|
||||
Reference in New Issue
Block a user