onboarding allow push notifications
This commit is contained in:
parent
f1805b2080
commit
effbd098a6
8 changed files with 36 additions and 28 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<ion-view ng-controller="collectEmailController" ng-init="init()">
|
||||
<ion-view ng-controller="collectEmailController">
|
||||
<ion-nav-bar class="bar-stable">
|
||||
<ion-nav-buttons side="secondary">
|
||||
<button class="button no-border" href ui-sref="onboarding.notifications">
|
||||
<button class="button no-border" ng-click="skip()">
|
||||
Skip
|
||||
</button>
|
||||
</ion-nav-buttons>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<ion-view>
|
||||
<ion-content ng-controller="notificationsController" >
|
||||
<ion-content ng-controller="notificationsController">
|
||||
<div class="text-center">
|
||||
<h1 translate>
|
||||
Push Notifications
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue