Calculator: Fix paypro. disable input

This commit is contained in:
Gustavo Maximiliano Cortez 2016-08-10 16:55:33 -03:00
commit 5f0ecb685f
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
2 changed files with 10 additions and 5 deletions

View file

@ -620,7 +620,8 @@ angular.module('copayApp.controllers').controller('walletHomeController', functi
form.amount.$setViewValue("" + amount);
form.amount.$isValid = true;
form.amount.$render();
this.lockAmount = true;
if (!this.fromInputAmount)
this.lockAmount = true;
this.fromInputAmount = false;
}