Updates isCordova variable
This commit is contained in:
parent
cb98f4ce83
commit
f8ab99272e
2 changed files with 2 additions and 3 deletions
|
|
@ -1,9 +1,8 @@
|
|||
angular.module('copayApp.controllers').controller('paperWalletController',
|
||||
function($scope, $http, $timeout, profileService, go, addressService, isCordova, bitcore) {
|
||||
function($scope, $http, $timeout, profileService, go, addressService, bitcore) {
|
||||
self = this;
|
||||
var fc = profileService.focusedClient;
|
||||
var rawTx;
|
||||
self.isCordova = isCordova;
|
||||
|
||||
self.onQrCodeScanned = function(data) {
|
||||
$scope.privateKey = data;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue