2016-08-25 16:31:47 -03:00
|
|
|
<ion-view>
|
2016-08-30 15:38:48 -03:00
|
|
|
<ion-content ng-controller="welcomeController" ng-init="createProfile()">
|
2016-08-25 16:31:47 -03:00
|
|
|
<div class="text-center">
|
2016-08-30 15:38:48 -03:00
|
|
|
<h2>bitpay</h2>
|
2016-08-25 16:31:47 -03:00
|
|
|
<span translate>
|
|
|
|
|
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>
|
2016-09-01 10:37:02 -03:00
|
|
|
<button class="button button-block button-light" href ui-sref="tabs.import({'fromOnboarding':true})" translate>Restore</button>
|
2016-08-25 16:31:47 -03:00
|
|
|
</ion-content>
|
|
|
|
|
</ion-view>
|