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