Wallet/public/views/onboarding/welcome.html
Matias Alejo Garcia 65e1f2dd50
fix respore
2016-09-01 10:37:02 -03:00

11 lines
522 B
HTML

<ion-view>
<ion-content ng-controller="welcomeController" ng-init="createProfile()">
<div class="text-center">
<h2>bitpay</h2>
<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>
<button class="button button-block button-light" href ui-sref="tabs.import({'fromOnboarding':true})" translate>Restore</button>
</ion-content>
</ion-view>