mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 14:01:20 +08:00
refactor(structure): allow content to scroll under headers/footers
This commit is contained in:
@ -51,7 +51,6 @@ class IntroPage {
|
||||
<ion-content padding>
|
||||
<h1>Another Page</h1>
|
||||
</ion-content>
|
||||
|
||||
`
|
||||
})
|
||||
class MainPage {}
|
||||
|
@ -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)">
|
||||
|
Reference in New Issue
Block a user