create profile separately from default wallet
This commit is contained in:
parent
7584d2b145
commit
74e6897d66
10 changed files with 57 additions and 68 deletions
|
|
@ -1,12 +1,12 @@
|
|||
<ion-view ng-controller="collectEmailController">
|
||||
<ion-nav-bar class="bar-stable">
|
||||
<ion-view>
|
||||
<ion-nav-bar class="bar-stable" ng-controller="backController">
|
||||
<ion-nav-buttons side="secondary">
|
||||
<button class="button no-border" ng-click="skip()">
|
||||
<button class="button no-border" ng-click="onboardingMailSkip()">
|
||||
Skip
|
||||
</button>
|
||||
</ion-nav-buttons>
|
||||
</ion-nav-bar>
|
||||
<ion-content >
|
||||
<ion-content ng-controller="collectEmailController">
|
||||
Wallet Created
|
||||
Where would you like to receive email notifications about payments
|
||||
<form name="emailForm" ng-submit="save(emailForm)" novalidate>
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
</button>
|
||||
</ion-nav-buttons>
|
||||
<ion-nav-buttons side="secondary">
|
||||
<button class="button no-border" ng-show="data.index == 0" ng-click="createProfile()">
|
||||
<button class="button no-border" ng-show="data.index == 0" ng-click="createDefaultWallet()">
|
||||
Skip
|
||||
</button>
|
||||
</ion-nav-buttons>
|
||||
|
|
@ -55,7 +55,7 @@
|
|||
<p translate>
|
||||
Not even BitPay can access it
|
||||
</p>
|
||||
<button class="button icon-right button-positive" ng-click="createProfile()">
|
||||
<button class="button icon-right button-positive" ng-click="createDefaultWallet()">
|
||||
Create bitcoin wallet
|
||||
</button>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
<ion-view>
|
||||
<ion-content ng-controller="welcomeController">
|
||||
<ion-content ng-controller="welcomeController" ng-init="createProfile()">
|
||||
<div class="text-center">
|
||||
<h2>bitpay</h2>
|
||||
|
||||
<h2>bitpay</h2>
|
||||
<span translate>
|
||||
Take control of your money - get started with bitcoin
|
||||
</span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue