prelim incoming data menu component
This commit is contained in:
parent
c2641a1102
commit
cc7311d169
9 changed files with 104 additions and 10 deletions
|
|
@ -11,6 +11,10 @@ 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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue