prevent selection if wallet needs backup

This commit is contained in:
Javier 2016-03-11 17:02:40 -03:00
parent 8a3624907b
commit 6b65517383
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@
<div ng-if="!gettingAddress">
<ul class="no-bullet">
<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"
ng-style="{'background-color':w.color}">
<i class="icon-wallet size-21"></i>