diff --git a/js/controllers/join.js b/js/controllers/join.js index 41ee28f36..425e15106 100644 --- a/js/controllers/join.js +++ b/js/controllers/join.js @@ -5,6 +5,7 @@ angular.module('copayApp.controllers').controller('JoinController', controllerUtils.redirIfLogged(); $rootScope.fromSetup = false; $scope.loading = false; + $scope.isMobile = !!window.cordova; // QR code Scanner var cameraInput; diff --git a/js/controllers/open.js b/js/controllers/open.js index ccf0ebb92..9af583833 100644 --- a/js/controllers/open.js +++ b/js/controllers/open.js @@ -14,6 +14,7 @@ angular.module('copayApp.controllers').controller('OpenController', $scope.wallets = walletFactory.getWallets().sort(cmp); $scope.selectedWalletId = walletFactory.storage.getLastOpened() || ($scope.wallets[0] && $scope.wallets[0].id); $scope.openPassword = ''; + $scope.isMobile = !!window.cordova; $scope.open = function(form) { if (form && form.$invalid) { diff --git a/js/controllers/setup.js b/js/controllers/setup.js index ee9d48d33..2c353c209 100644 --- a/js/controllers/setup.js +++ b/js/controllers/setup.js @@ -40,6 +40,7 @@ angular.module('copayApp.controllers').controller('SetupController', $rootScope.videoInfo = {}; $scope.loading = false; $scope.walletPassword = $rootScope.walletPassword; + $scope.isMobile = !!window.cordova; // ng-repeat defined number of times instead of repeating over array? $scope.getNumber = function(num) { diff --git a/views/copayers.html b/views/copayers.html index 06e185395..ed1d5128d 100644 --- a/views/copayers.html +++ b/views/copayers.html @@ -8,7 +8,7 @@
- Step 3 + Step 3

Waiting copayers

Share this secret with your other copayers

diff --git a/views/setup.html b/views/setup.html index 1a4775a5b..a6b7761d7 100644 --- a/views/setup.html +++ b/views/setup.html @@ -12,8 +12,8 @@
- Step 1 - Step 2 + Step 1 + Step 2

Create new wallet