.
This commit is contained in:
parent
ba4e63b582
commit
eb73411ea5
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ angular.module('copayApp.controllers').controller('paperWalletController',
|
|||
self = this;
|
||||
var fc = profileService.focusedClient;
|
||||
var rawTx;
|
||||
self.isCordova = !isCordova;
|
||||
self.isCordova = isCordova;
|
||||
|
||||
self.onQrCodeScanned = function(data) {
|
||||
$scope.privateKey = data;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue