Fix addressbook route
This commit is contained in:
parent
fd637184e4
commit
38fb1c033d
5 changed files with 13 additions and 20 deletions
|
|
@ -17,9 +17,8 @@
|
|||
</div>
|
||||
|
||||
<div class="card" ng-if="list[0]">
|
||||
<div class="item item-heading item-icon-right" ui-sref="tabs.addressbook">
|
||||
<span translate>Contacts & Wallets</span>
|
||||
<i class="icon nav-item-arrow-right"></i>
|
||||
<div class="item item-heading">
|
||||
<span translate>Contacts & Wallets</span>
|
||||
</div>
|
||||
<div class="item text-center" ng-show="!list[0]" translate>No Wallet - Contact</div>
|
||||
<a class="item item-icon-left" ng-repeat="item in list" ng-click="goToAmount(item)">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue