cleanup
This commit is contained in:
parent
01d5e1d2eb
commit
01da9d91e4
6 changed files with 9 additions and 102 deletions
|
|
@ -11,10 +11,6 @@ angular.module('copayApp.controllers').controller('tabScanController', function(
|
|||
};
|
||||
$scope.scannerStates = scannerStates;
|
||||
|
||||
$timeout(function() {
|
||||
$scope.showActionSheet = true;
|
||||
}, 2000);
|
||||
|
||||
function _updateCapabilities(){
|
||||
var capabilities = scannerService.getCapabilities();
|
||||
$scope.scannerIsAvailable = capabilities.isAvailable;
|
||||
|
|
@ -105,7 +101,6 @@ angular.module('copayApp.controllers').controller('tabScanController', function(
|
|||
}
|
||||
|
||||
$rootScope.$on('incomingDataMenu.menuHidden', function() {
|
||||
console.log('in herererere');
|
||||
scannerService.resumePreview();
|
||||
activate();
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue