This commit is contained in:
Gustavo Maximiliano Cortez 2015-10-02 15:29:08 -03:00
parent ba4e63b582
commit eb73411ea5
No known key found for this signature in database
GPG Key ID: 15EDAD8D9F2EB1AF
1 changed files with 1 additions and 1 deletions

View File

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