message in ios and android device
This commit is contained in:
parent
9438683db1
commit
a779405aad
2 changed files with 3 additions and 1 deletions
|
|
@ -3,6 +3,7 @@ angular.module('copayApp.controllers').controller('paperWalletController',
|
|||
self = this;
|
||||
var fc = profileService.focusedClient;
|
||||
var rawTx;
|
||||
if (isCordova) self.message = "Decrypting a paper wallet could take around 5 minutes on this device. please be patient and keep the app open."
|
||||
|
||||
self.onQrCodeScanned = function(data) {
|
||||
$scope.privateKey = data;
|
||||
|
|
@ -83,4 +84,4 @@ angular.module('copayApp.controllers').controller('paperWalletController',
|
|||
rawtx: rawTx
|
||||
});
|
||||
};
|
||||
});
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue