fix empty contact list in addressbook
This commit is contained in:
parent
ade2508b1b
commit
7fe63e403c
2 changed files with 4 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
<div ng-init="wallets[0] ? selectedWalletsOpt = true : selectedWalletsOpts = false; checkClipboard()">
|
||||
<div ng-init="wallets[0] ? selectedWalletsOpt = true : selectedWalletsOpt = false; checkClipboard()">
|
||||
<nav class="tab-bar" ng-style="{'background-color':color}">
|
||||
<section class="left-small">
|
||||
<a ng-show="!editAddressbook && !addAddressbookEntry" fast-click callback-fn="cancel()" class="p10">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue