create profile separately from default wallet

This commit is contained in:
Gabriel Bazán 2016-08-30 15:38:48 -03:00
commit 74e6897d66
10 changed files with 57 additions and 68 deletions

View file

@ -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>