prevent selection if wallet needs backup
This commit is contained in:
parent
8a3624907b
commit
6b65517383
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@
|
||||||
<div ng-if="!gettingAddress">
|
<div ng-if="!gettingAddress">
|
||||||
<ul class="no-bullet">
|
<ul class="no-bullet">
|
||||||
<li class="line-b" ng-repeat="w in wallets">
|
<li class="line-b" ng-repeat="w in wallets">
|
||||||
<a ng-click="selectWallet(w.id, w.name)" class="db oh">
|
<a ng-click="w.needsBackup || selectWallet(w.id, w.name)" class="db oh">
|
||||||
<div class="avatar-wallet"
|
<div class="avatar-wallet"
|
||||||
ng-style="{'background-color':w.color}">
|
ng-style="{'background-color':w.color}">
|
||||||
<i class="icon-wallet size-21"></i>
|
<i class="icon-wallet size-21"></i>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue