refactor(structure): allow content to scroll under headers/footers

This commit is contained in:
Adam Bradley
2016-06-16 11:28:02 -05:00
parent 64af0c8ba0
commit d13fa4e2cf
57 changed files with 1390 additions and 956 deletions

View File

@ -51,7 +51,6 @@ class IntroPage {
<ion-content padding>
<h1>Another Page</h1>
</ion-content>
`
})
class MainPage {}

View File

@ -1,11 +1,13 @@
<ion-navbar *navbar>
<ion-buttons end>
<button (click)="skip()">
{{continueText}}
</button>
</ion-buttons>
<ion-title>Slides</ion-title>
</ion-navbar>
<ion-header>
<ion-navbar>
<ion-buttons end>
<button (click)="skip()">
{{continueText}}
</button>
</ion-buttons>
<ion-title>Slides</ion-title>
</ion-navbar>
</ion-header>
<ion-content>
<ion-slides pager [options]="mySlideOptions" (ionDidChange)="onSlideChanged($event)" (ionWillChange)="onSlideChangeStart($event)" (ionDrag)="onSlideMove($event)">