fixing application reload

This commit is contained in:
Matias Alejo Garcia 2014-12-06 22:41:03 -03:00
commit a115a6d17a
3 changed files with 6 additions and 5 deletions

View file

@ -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