Adds strings to translate. Fix layouts
This commit is contained in:
parent
07b6a2d4d5
commit
36e9734ea4
2 changed files with 23 additions and 23 deletions
|
|
@ -1,9 +1,9 @@
|
|||
angular.module('copayApp.controllers').controller('paperWalletController',
|
||||
function($scope, $http, $timeout, profileService, go, addressService) {
|
||||
function($scope, $http, $timeout, profileService, go, addressService, isCordova) {
|
||||
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;
|
||||
|
|
@ -82,4 +82,4 @@ angular.module('copayApp.controllers').controller('paperWalletController',
|
|||
rawtx: rawTx
|
||||
});
|
||||
};
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue