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

@ -50,7 +50,7 @@ angular.module('copayApp.controllers').controller('advancedSettingsController',
};
$scope.$on("$ionicView.beforeEnter", function(event, data) {
$scope.isWindowsPhoneApp = platformInfo.isWP && platformInfo.isCordova;
$scope.isWindowsPhoneApp = platformInfo.isCordova && platformInfo.isWP;
updateConfig();
});