onboarding restore feature

This commit is contained in:
Gabriel Bazán 2016-08-30 11:33:32 -03:00
commit 7584d2b145
8 changed files with 30 additions and 13 deletions

View file

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