2016-08-30 15:40:32 -04:00
|
|
|
<ion-view id="onboard-welcome" class="onboarding">
|
2016-08-30 15:38:48 -03:00
|
|
|
<ion-content ng-controller="welcomeController" ng-init="createProfile()">
|
2016-09-01 12:10:08 -03:00
|
|
|
<qr-scanner id="shopping-24" on-scan="goImport(data)"></qr-scanner>
|
2016-08-25 16:31:47 -03:00
|
|
|
<div class="text-center">
|
2016-08-30 15:40:32 -04:00
|
|
|
<div class="row">
|
2016-09-02 13:00:38 -03:00
|
|
|
<img src='img/bitpay-logo.svg' class="logo col col-50" />
|
2016-08-30 15:40:32 -04:00
|
|
|
</div>
|
|
|
|
|
<div class="row">
|
|
|
|
|
<p translate class="text-center col col-60">
|
|
|
|
|
Take control of your money - get started with bitcoin
|
|
|
|
|
</p>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="row">
|
|
|
|
|
<button class="button button-block get-started col col-75" href ui-sref="onboarding.tour" translate>Get started</button>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="row">
|
2016-09-06 16:40:57 -03:00
|
|
|
<button class="button button-block restore col col-75" translate href ui-sref="onboarding.import({'fromOnboarding':true})">Restore</button>
|
2016-08-30 15:40:32 -04:00
|
|
|
</div>
|
2016-08-25 16:31:47 -03:00
|
|
|
</ion-content>
|
|
|
|
|
</ion-view>
|