sidebar + copayers

This commit is contained in:
bechi 2014-07-21 11:38:19 -03:00
commit de8815404c
3 changed files with 44 additions and 15 deletions

View file

@ -1,5 +1,5 @@
<div ng-controller="SidebarController">
<header class="text-center">
<header class="text-center p20">
<a href="/" class="db">
<img src="../img/logo-negative-beta.svg" alt="" width="100">
</a>
@ -39,14 +39,14 @@
tooltip-placement="bottom">{{availableBalance || 0|noFractionNumber}} {{$root.unitName}}
</span>
</div>
<div class="m10v box-livenet">
<div class="m10t box-livenet">
<small ng-if="$root.wallet.getNetworkName()=='livenet'">LIVENET</small>
<small ng-if="$root.wallet.getNetworkName()=='testnet'">TESTNET</small>
</div>
</header>
<ul class="side-nav">
<li data-ng-repeat="item in menu" ui-route="/{{item.link}}" class="nav-item" data-ng-class="{active: isActive(item)}">
<a href="{{item.link}}" ng-click="toggleCollapse()" class="db">
<a href="{{item.link}}" ng-click="toggleCollapse()" class="db p20h">
<i class="size-24 m20r {{item.icon}}"></i> {{item.title}}
<span class="label alert round" ng-if="item.link=='#/transactions' && $root.pendingTxCount > 0">{{$root.pendingTxCount}}</span>
</a>