Merge pull request #1499 from cmgustavo/bug/01-angularjs-camera

Update form validation after qr-scan (join)
This commit is contained in:
Matias Alejo Garcia 2014-10-06 19:34:40 -03:00
commit 7cd30f754b

View file

@ -62,6 +62,8 @@ angular.module('copayApp.controllers').controller('JoinController',
$scope.$apply(function() {
$scope.connectionId = data;
$scope.joinForm.connectionId.$setViewValue(data);
$scope.joinForm.connectionId.$render();
});
};