From 4d040e600db7a4b79ab073b431abf657ca7e988c Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Sat, 6 Dec 2014 19:56:51 -0300 Subject: [PATCH] fixes in mobile layout --- cordova/ios/Copay-Info.plist | 4 ++-- js/controllers/createProfile.js | 3 ++- js/controllers/settings.js | 2 +- views/home.html | 3 +-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/cordova/ios/Copay-Info.plist b/cordova/ios/Copay-Info.plist index 82021dce2..52030f728 100644 --- a/cordova/ios/Copay-Info.plist +++ b/cordova/ios/Copay-Info.plist @@ -57,11 +57,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - vRC0.9.0 + 0.8.3 CFBundleSignature ???? CFBundleVersion - vRC0.9.0 + 0.8.3 LSRequiresIPhoneOS NSMainNibFile diff --git a/js/controllers/createProfile.js b/js/controllers/createProfile.js index b54f78c44..c3a7900eb 100644 --- a/js/controllers/createProfile.js +++ b/js/controllers/createProfile.js @@ -6,7 +6,7 @@ angular.module('copayApp.controllers').controller('CreateProfileController', fun $scope.init = function() { identityService.goWalletHome(); - $scope.isMobile = 1; //isMobile.any(); + $scope.isMobile = isMobile.any(); $scope.createStep = 'storage'; $scope.useLocalstorage = false; @@ -75,6 +75,7 @@ angular.module('copayApp.controllers').controller('CreateProfileController', fun $scope.userOrEmail = $scope.useLocalstorage ? form.username.$modelValue : form.email.$modelValue; preconditions.checkState($scope.userOrEmail); + $scope.error = null; $scope.createStep = 'pass'; $timeout(function() { $scope.$digest(); diff --git a/js/controllers/settings.js b/js/controllers/settings.js index 9a0a93fd4..3c09a26e9 100644 --- a/js/controllers/settings.js +++ b/js/controllers/settings.js @@ -21,7 +21,7 @@ angular.module('copayApp.controllers').controller('SettingsController', function name: 'In the cloud (Insight server)', pluginName: 'EncryptedInsightStorage', }, { - name: 'In this device (localstorage)', + name: 'On this device (localstorage)', pluginName: 'EncryptedLocalStorage', }, // { diff --git a/views/home.html b/views/home.html index a166c3651..5628ab123 100644 --- a/views/home.html +++ b/views/home.html @@ -23,7 +23,7 @@
Copay -
+
@@ -115,7 +115,6 @@
clipo
-

Sign in to Copay