change copay app name and remove slider to accept for wp

This commit is contained in:
Gabriel Bazán 2017-06-22 15:12:42 -03:00
commit 52bf9c139d
7 changed files with 13 additions and 11 deletions

View file

@ -76,7 +76,7 @@ angular.module('copayApp.controllers').controller('preferencesController',
wallet = profileService.getWallet(data.stateParams.walletId);
walletId = wallet.credentials.walletId;
$scope.wallet = wallet;
$scope.isWindowsPhoneApp = platformInfo.isWP && platformInfo.isCordova;
$scope.isWindowsPhoneApp = platformInfo.isCordova && platformInfo.isWP;
$scope.externalSource = null;
if (!wallet)