message in ios and android device

This commit is contained in:
Gabriel Bazán 2015-10-02 14:42:40 -03:00
commit a779405aad
2 changed files with 3 additions and 1 deletions

View file

@ -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
});
};
});
});