fix cordova is not defined
This commit is contained in:
parent
0cca8f6367
commit
f20d42f4f0
1 changed files with 1 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ angular.module('copayApp.controllers').controller('exportController',
|
|||
function($scope, $timeout, $log, backupService, fingerprintService, configService, storageService, profileService, platformInfo, notification, go, gettext, gettextCatalog) {
|
||||
var isWP = platformInfo.isWP;
|
||||
var isAndroid = platformInfo.isAndroid;
|
||||
var isCordova = platformInfo.isCordova;
|
||||
|
||||
$scope.error = null;
|
||||
$scope.success = null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue