fix(demos): ion-content closing tag

This commit is contained in:
Drew Rygh
2016-01-11 13:32:15 -06:00
parent f25316c22d
commit e827231bf8
9 changed files with 9 additions and 9 deletions

View File

@ -29,4 +29,4 @@
<input type="text" value="">
</ion-input>
</ion-row>
<ion-content>
</ion-content>

View File

@ -47,4 +47,4 @@
{{localStorageDemo}}
</ion-col>
</ion-row>
<ion-content>
</ion-content>

View File

@ -11,4 +11,4 @@
<ion-row>
<button secondary full block (click)="pushParams()">Push Params</button>
</ion-row>
<ion-content>
</ion-content>

View File

@ -6,4 +6,4 @@
<ion-row>
<button full block (click)="push()">.push() new page</button>
</ion-row>
<ion-content>
</ion-content>

View File

@ -13,4 +13,4 @@
<ion-row>
<b>.userAgent():</b> {{userAgent}}
</ion-row>
<ion-content>
</ion-content>

View File

@ -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>

View File

@ -29,4 +29,4 @@
<ion-item>Item 20</ion-item>
</ion-list>
<ion-content>
</ion-content>

View File

@ -54,4 +54,4 @@
</ion-list>
<ion-content>
</ion-content>

View File

@ -145,4 +145,4 @@
}
</style>
<ion-content>
</ion-content>