fixing application reload
This commit is contained in:
parent
4dfc1f9559
commit
a115a6d17a
3 changed files with 6 additions and 5 deletions
|
|
@ -62,7 +62,7 @@
|
|||
<section class="left-small">
|
||||
<a class="left-off-canvas-toggle menu-icon" ><span></span></a>
|
||||
</section>
|
||||
<section class="right-small" ng-if="$root.iden && $root.iden.listWallets().length >1">
|
||||
<section class="right-small" ng-show="$root.iden && $root.iden.listWallets().length >1">
|
||||
<a class="right-off-canvas-toggle p10"><i class="icon-wallet size-24"></i></a>
|
||||
</section>
|
||||
|
||||
|
|
@ -73,11 +73,11 @@
|
|||
</section>
|
||||
</nav>
|
||||
|
||||
<aside class="left-off-canvas-menu">
|
||||
<aside class="left-off-canvas-menu" ng-show="$root.iden">
|
||||
<div ng-include="'views/includes/sidebar-mobile.html'"></div>
|
||||
</aside>
|
||||
|
||||
<aside class="right-off-canvas-menu" ng-if="$root.iden && $root.iden.listWallets().length >1">
|
||||
<aside class="right-off-canvas-menu" ng-show="$root.iden && $root.iden.listWallets().length >1">
|
||||
<div ng-include="'views/includes/walletbar-mobile.html'"></div>
|
||||
</aside>
|
||||
<div
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue