hide favorites box when loading
This commit is contained in:
parent
f3f1b413b7
commit
636c709671
|
@ -8,7 +8,8 @@
|
|||
<div ng-show="loading && !folders.length">
|
||||
<p>Loading...</p>
|
||||
</div>
|
||||
<div class="box box-primary" style="margin-bottom: 40px;" ng-show="!main.searchVaultText || favoriteLogins.length">
|
||||
<div class="box box-primary" style="margin-bottom: 40px;"
|
||||
ng-show="!loading && (!main.searchVaultText || favoriteLogins.length)">
|
||||
<div class="box-header with-border">
|
||||
<h3 class="box-title">
|
||||
<i class="fa fa-star"></i>
|
||||
|
|
Loading…
Reference in New Issue