onboarding restore feature
This commit is contained in:
parent
47856f03ff
commit
7584d2b145
8 changed files with 30 additions and 13 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<ion-view>
|
||||
<ion-content>
|
||||
<ion-content ng-controller="welcomeController">
|
||||
<div class="text-center">
|
||||
<h2>bitpay</h2>
|
||||
|
||||
|
|
@ -7,7 +7,7 @@
|
|||
Take control of your money - get started with bitcoin
|
||||
</span>
|
||||
<button class="button button-block button-positive" href ui-sref="onboarding.tour" translate>Get started</button>
|
||||
<button class="button button-block button-light" translate>Restore</button>
|
||||
<button class="button button-block button-light" ng-click="goImport()" translate>Restore</button>
|
||||
</div>
|
||||
</ion-content>
|
||||
</ion-view>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue