2015-12-08 11:50:28 -03:00
|
|
|
<a ng-click="index.setTab(item, false, 0, true)"
|
|
|
|
|
ng-style="{'color': index.tab == item.link ? index.backgroundColor : '#A5B2BF'}"
|
|
|
|
|
id="menu-{{item.link}}">
|
2015-12-22 17:27:32 -03:00
|
|
|
<i class="size-18 {{item.icon[index.tab == item.link]}} db"></i>
|
2015-12-08 11:50:28 -03:00
|
|
|
<span class="size-10 tu">
|
2015-09-01 06:52:54 +03:00
|
|
|
{{ item.title|translate }}
|
2015-12-08 11:50:28 -03:00
|
|
|
<span class="label round"
|
|
|
|
|
ng-style="{'background-color':index.backgroundColor}"
|
|
|
|
|
ng-if="item.link=='walletHome' && index.pendingTxProposalsCountForUs > 0">
|
2015-09-01 06:52:54 +03:00
|
|
|
{{ index.pendingTxProposalsCountForUs }}
|
|
|
|
|
</span>
|
2015-12-08 11:50:28 -03:00
|
|
|
</span>
|
|
|
|
|
<div ng-if="item.link == 'walletHome'" class="menu-wallet-home"></div>
|
2015-09-07 11:14:09 -03:00
|
|
|
</a>
|