onboarding
This commit is contained in:
parent
ad7f04a272
commit
aacfe0a326
47 changed files with 699 additions and 332 deletions
16
public/views/onboarding/notifications.html
Normal file
16
public/views/onboarding/notifications.html
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
<ion-view>
|
||||
<ion-content ng-controller="notificationsController" >
|
||||
<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>
|
||||
<button class="button button-block button-light" href ui-sref="onboarding.requestBackup" translate>Not now</button>
|
||||
</div>
|
||||
</ion-content>
|
||||
</ion-view>
|
||||
Loading…
Add table
Add a link
Reference in a new issue