Merge pull request #1499 from cmgustavo/bug/01-angularjs-camera
Update form validation after qr-scan (join)
This commit is contained in:
commit
7cd30f754b
1 changed files with 2 additions and 0 deletions
|
|
@ -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();
|
||||
});
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue