error message can be closed
This commit is contained in:
parent
4319fc5f0c
commit
0cef01a173
1 changed files with 1 additions and 0 deletions
|
@ -101,6 +101,7 @@
|
||||||
<div ng-if="error.error" ng-class="{clearfix: true, alert: true, 'alert-danger': true}">
|
<div ng-if="error.error" ng-class="{clearfix: true, alert: true, 'alert-danger': true}">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
{{error.message}}
|
{{error.message}}
|
||||||
|
<button class="close" ng-click="clearError()">×</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- all the magic takes place here: the content inside the next div changes accordingly to the location you're visiting -->
|
<!-- all the magic takes place here: the content inside the next div changes accordingly to the location you're visiting -->
|
||||||
|
|
Loading…
Reference in a new issue