fix error message

This commit is contained in:
Javier 2016-07-15 13:25:25 -03:00
commit e34dd05e81
2 changed files with 4 additions and 2 deletions

View file

@ -34,6 +34,8 @@ angular.module('copayApp.controllers').controller('importController',
};
$scope.processWalletInfo = function(code) {
if (!code) return;
$scope.dataFromQR = null;
$scope.importErr = false;
$scope.error = null;