fix list of wallets

This commit is contained in:
Gustavo Maximiliano Cortez 2014-12-05 11:35:00 -03:00
parent d6b3122359
commit 4e18a9e6c9
2 changed files with 3 additions and 2 deletions

View File

@ -56,7 +56,7 @@
</span>
</span>
<div ng-controller="SidebarController" ng-init="init()" ng-show="$root.iden && !$root.hideNavigation">
<div ng-controller="SidebarController" ng-show="$root.iden && !$root.hideNavigation">
<nav class="tab-bar" >
<section class="left-small">
<a class="left-off-canvas-toggle menu-icon" ><span></span></a>
@ -80,6 +80,7 @@
<div ng-include="'views/includes/walletbar-mobile.html'"></div>
</aside>
<div
ng-if="$root.iden"
ng-include="'views/includes/sidebar.html'"
role='navigation'
class="sidebar"></div>

View File

@ -1,4 +1,4 @@
<div>
<div ng-init="init()">
<header ng-show="$root.wallet">
<div class="col1">
<div class="avatar-wallet">{{$root.wallet.getName() | limitTo: 1}}</div>