fixed address validation
This commit is contained in:
parent
159ceee88b
commit
d2708a353d
2 changed files with 6 additions and 5 deletions
|
|
@ -148,8 +148,9 @@ angular.module('copay.send').controller('SendController',
|
|||
|
||||
var str = (data.indexOf('bitcoin:') === 0) ? data.substring(8) : data;
|
||||
console.log('QR code detected: ' + str);
|
||||
$scope.address = str;
|
||||
$scope.$digest();
|
||||
$scope.$apply(function() {
|
||||
$scope.address = str;
|
||||
});
|
||||
};
|
||||
|
||||
$scope.cancelScanner = function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue