mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
fix(demos): ion-content closing tag
This commit is contained in:
@ -29,4 +29,4 @@
|
||||
<input type="text" value="">
|
||||
</ion-input>
|
||||
</ion-row>
|
||||
<ion-content>
|
||||
</ion-content>
|
||||
|
@ -47,4 +47,4 @@
|
||||
{{localStorageDemo}}
|
||||
</ion-col>
|
||||
</ion-row>
|
||||
<ion-content>
|
||||
</ion-content>
|
||||
|
@ -11,4 +11,4 @@
|
||||
<ion-row>
|
||||
<button secondary full block (click)="pushParams()">Push Params</button>
|
||||
</ion-row>
|
||||
<ion-content>
|
||||
</ion-content>
|
||||
|
@ -6,4 +6,4 @@
|
||||
<ion-row>
|
||||
<button full block (click)="push()">.push() new page</button>
|
||||
</ion-row>
|
||||
<ion-content>
|
||||
</ion-content>
|
||||
|
@ -13,4 +13,4 @@
|
||||
<ion-row>
|
||||
<b>.userAgent():</b> {{userAgent}}
|
||||
</ion-row>
|
||||
<ion-content>
|
||||
</ion-content>
|
||||
|
@ -6,4 +6,4 @@
|
||||
<button dark (click)="doAlert()">Alert</button>
|
||||
<button light (click)="doPrompt()">Prompt</button>
|
||||
<button primary (click)="doConfirm()">Confirm</button>
|
||||
<ion-content>
|
||||
</ion-content>
|
||||
|
@ -29,4 +29,4 @@
|
||||
<ion-item>Item 20</ion-item>
|
||||
</ion-list>
|
||||
|
||||
<ion-content>
|
||||
</ion-content>
|
||||
|
@ -54,4 +54,4 @@
|
||||
|
||||
|
||||
</ion-list>
|
||||
<ion-content>
|
||||
</ion-content>
|
||||
|
@ -145,4 +145,4 @@
|
||||
}
|
||||
</style>
|
||||
|
||||
<ion-content>
|
||||
</ion-content>
|
||||
|
Reference in New Issue
Block a user