fixes in mobile layout

This commit is contained in:
Matias Alejo Garcia 2014-12-06 19:56:51 -03:00
parent c8c82b3cb5
commit 4d040e600d
4 changed files with 6 additions and 6 deletions

View File

@ -57,11 +57,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>vRC0.9.0</string>
<string>0.8.3</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>vRC0.9.0</string>
<string>0.8.3</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSMainNibFile</key>

View File

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

View File

@ -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',
},
// {

View File

@ -23,7 +23,7 @@
<div class="large-5 large-centered medium-7 medium-centered columns" ng-show="!$root.starting">
<div class="logo-setup" ng-show="!$root.iden">
<img src="img/logo-negative-beta.svg" alt="Copay" width="100">
<div ng-include="'views/includes/version.html'"></div>
<div class="text-gray" ng-include="'views/includes/version.html'"></div>
</div>
<div class="p10 box-setup bg-success m10b text-white" ng-show="confirmedEmail">
@ -115,7 +115,6 @@
<div class="clipo">
<img src="img/clipo-signin.png" alt="clipo" width="310">
</div>
<h2 translate>Sign in to Copay</h2>
<div class="p10 m20b size-14 box-setup bg-success text-white" ng-show="anyWallet && !confirmedEmail && !error">
<div class="left">
<i class="size-36 fi-alert m10r"></i>