Fix conflict
This commit is contained in:
parent
10ae7b61d7
commit
cb98f4ce83
1 changed files with 2 additions and 3 deletions
|
|
@ -1,10 +1,9 @@
|
|||
angular.module('copayApp.controllers').controller('paperWalletController',
|
||||
function($scope, $http, $timeout, $rootScope, profileService, go, addressService, isCordova, gettext, bitcore) {
|
||||
function($scope, $http, $timeout, profileService, go, addressService, isCordova, bitcore) {
|
||||
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.isCordova = isCordova;
|
||||
|
||||
self.onQrCodeScanned = function(data) {
|
||||
$scope.privateKey = data;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue