Fix input-amount for WP. Lock-amount by default
This commit is contained in:
parent
061f554034
commit
e7e9de6adb
3 changed files with 51 additions and 28 deletions
|
|
@ -610,8 +610,7 @@ angular.module('copayApp.controllers').controller('walletHomeController', functi
|
|||
form.amount.$setViewValue("" + amount);
|
||||
form.amount.$isValid = true;
|
||||
form.amount.$render();
|
||||
if (!this.fromInputAmount)
|
||||
this.lockAmount = true;
|
||||
this.lockAmount = true;
|
||||
this.fromInputAmount = false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue