This commit is contained in:
Matias Alejo Garcia 2014-12-07 14:16:10 -03:00
parent 4be558d143
commit 9690e98162
2 changed files with 70 additions and 69 deletions

3
js/services/isCordova.js Normal file
View File

@ -0,0 +1,3 @@
'use strict';
angular.module('copayApp.services').value('isCordova', window.cordova ? true : false);

View File

@ -65,7 +65,8 @@
<tabset>
<tab style="width: 50%;" select="selectStorage('remote')">
<tab-heading>
<span class="text-bold">In the Cloud </span><br>
<span class="text-bold">In the Cloud </span>
<br>
<span class="size-10 text-gray">( Recommended )</span>
</tab-heading>
<div class="content-item">
@ -119,8 +120,7 @@
</a>
</div>
<div class="right">
<a class="text-gray" href="https://copay.io/profile-storage"
<span translate>Learn more about this option</span>
<a class="text-gray" href="https://copay.io/profile-storage" <span translate>Learn more about this option</span>
</a>
</div>
@ -140,7 +140,8 @@
</div>
</span>
<div class="" ng-show="!emailForm.email.$invalid &&
!emailForm.email.$pristine"><i class="fi-check"></i></div>
!emailForm.email.$pristine"><i class="fi-check"></i>
</div>
</div>
</div>
@ -151,9 +152,7 @@
<button translate type="submit" class="button primary radius expand m0" ng-disabled="(useEmail && emailForm.email.$invalid) || (!useEmail && emailForm.username.$invalid)">
Next
</button
>
</button>
<div class="box-setup-footer">
<div class="left">
<a class="text-gray" ng-click="setStep('storage')">
@ -183,7 +182,8 @@
</div>
</span>
<div class="" ng-show="passForm.repeatpassword.$dirty &&
!passForm.repeatpassword.$invalid"><i class="fi-check"></i></div>
!passForm.repeatpassword.$invalid"><i class="fi-check"></i>
</div>
</div>
</div>
@ -205,9 +205,8 @@
</div>
<div class="large-4 large-centered medium-6 medium-centered columns m20b" ng-show="!loading && askForPin">
<div class="box-setup">
<h1><span translate>Set up a </span> <b> PIN </b>?</h1>
<p class="size-14">Enter a 4-digit number for easier access from this device</p>
<h2><span translate>Set up a </span> <b> PIN </b>?</h2>
<p class="size-14 text-gray">Enter a 4-digit number for easier access from this device</p>
<div class="box-notification" ng-show="error">
<div class="box-icon error">
@ -245,6 +244,5 @@
</form>
</div>
</div>
</div>