Fix scan qr code

This commit is contained in:
Gustavo Maximiliano Cortez 2014-11-03 15:13:53 -03:00
commit 824b00ca05

View file

@ -284,6 +284,7 @@ angular.module('copayApp.controllers').controller('SendController',
$scope.$apply(function() {
$scope.sendForm.address.$setViewValue(data);
$scope.sendForm.address.$render();
});
};