Wallet/public/views/onboarding/notifications.html

16 lines
571 B
HTML
Raw Normal View History

2016-08-25 16:31:47 -03:00
<ion-view>
2016-08-29 11:56:31 -03:00
<ion-content ng-controller="notificationsController">
2016-08-25 16:31:47 -03:00
<div class="text-center">
<h1 translate>
Push Notifications
</h1>
<span translate>
Would you like to receive push notifications about payments?
</span>
<button class="button button-block button-positive" ng-click="allowNotif()" translate>Allow notifications</button>
2016-09-02 15:42:45 -03:00
<button class="button button-block button-light" href ui-sref="onboarding.backupRequest({walletId: walletId})" translate>Not now</button>
2016-08-25 16:31:47 -03:00
</div>
</ion-content>
</ion-view>