demos(loading): update demo to beta10

This commit is contained in:
Edd Hannay
2016-06-28 15:42:05 +01:00
committed by Adam Bradley
parent 29dd8da3b4
commit 721b2bc4f0

View File

@ -111,9 +111,11 @@ class Page1 {
@Component({
template: `
<ion-navbar *navbar>
<ion-title>Page 2</ion-title>
</ion-navbar>
<ion-header>
<ion-navbar>
<ion-title>Page 2</ion-title>
</ion-navbar>
</ion-header>
<ion-content padding>This is another page!</ion-content>
`
})