fix scanner error

This commit is contained in:
Matias Alejo Garcia 2016-08-24 19:51:16 -03:00
parent 38dd54f494
commit 3f6611fb5b
No known key found for this signature in database
GPG Key ID: 02470DB551277AB3
1 changed files with 0 additions and 6 deletions

View File

@ -43,9 +43,6 @@ angular.module('copayApp.controllers').controller('tabScanController', function(
_dataScanned(data);
return;
}
$scope.onScan({
data: data
});
}, 1000);
};
@ -139,9 +136,6 @@ angular.module('copayApp.controllers').controller('tabScanController', function(
return;
}
$scope.cancel();
$scope.onScan({
data: data
});
};
var _successCallback = function(stream) {