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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue