fix cordova is not defined

This commit is contained in:
Gabriel Bazán 2016-06-22 16:14:50 -03:00
commit f20d42f4f0

View file

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