switch between wallets in profile working
This commit is contained in:
parent
ff44897922
commit
ac491d10b0
19 changed files with 293 additions and 179 deletions
16
index.html
16
index.html
|
|
@ -52,22 +52,20 @@
|
|||
</section>
|
||||
</nav>
|
||||
|
||||
<aside class="left-off-canvas-menu">
|
||||
<div ng-include="'views/includes/sidebar-mobile.html'"></div>
|
||||
</aside>
|
||||
|
||||
<!-- <aside class="left-off-canvas-menu"> -->
|
||||
<!-- <div ng-include="'views/includes/sidebar-mobile.html'"></div> -->
|
||||
<!-- </aside> -->
|
||||
<!-- -->
|
||||
<div notifications="right top"></div>
|
||||
|
||||
<div
|
||||
ng-class="{'sidebar' : $root.wallet && $root.wallet.isReady() &&
|
||||
!$root.wallet.isLocked}"
|
||||
ng-include="'views/includes/sidebar.html'"
|
||||
role='navigation'
|
||||
ng-if="$root.wallet && $root.wallet.isReady() &&
|
||||
!$root.wallet.isLocked"></div>
|
||||
class="sidebar"
|
||||
ng-if="$root.iden"></div>
|
||||
|
||||
<section ng-class="{'main' : $root.wallet && $root.wallet.isReady() &&
|
||||
!$root.wallet.isLocked}" ng-view></section>
|
||||
<section ng-class="{'main' : $root.iden && $root.iden.listWallets().length>0}" ng-view></section>
|
||||
|
||||
<a class="exit-off-canvas"></a>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue