shows scanned data - do not disable textarea

This commit is contained in:
Javier 2016-08-02 15:43:03 -03:00
commit 5b8b94ec19
3 changed files with 3 additions and 18 deletions

View file

@ -62,8 +62,7 @@ angular.module('copayApp.controllers').controller('importController',
$scope.testnetEnabled = info.network == 'testnet' ? true : false;
$timeout(function() {
$scope.words = null;
$scope.dataFromQR = info.data;
$scope.words = $scope.dataFromQR = info.data;
$rootScope.$apply();
}, 1);
};