mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
temp fix for alpha25
fix cuz of this issue: https://github.com/angular/angular/issues/2162
This commit is contained in:
@ -1,9 +1,5 @@
|
|||||||
|
|
||||||
<ion-toolbar *header>
|
<ion-toolbar *header><ion-title>First Page: {{ val }}</ion-title></ion-toolbar>
|
||||||
|
|
||||||
<ion-title>First Page: {{ val }}</ion-title>
|
|
||||||
|
|
||||||
</ion-toolbar>
|
|
||||||
|
|
||||||
|
|
||||||
<ion-content class="padding">
|
<ion-content class="padding">
|
||||||
|
@ -1,9 +1,5 @@
|
|||||||
|
|
||||||
<ion-toolbar *header>
|
<ion-toolbar *header><ion-title>Second Page</ion-title></ion-toolbar>
|
||||||
|
|
||||||
<ion-title>Second Page</ion-title>
|
|
||||||
|
|
||||||
</ion-toolbar>
|
|
||||||
|
|
||||||
|
|
||||||
<ion-content class="padding">
|
<ion-content class="padding">
|
||||||
|
@ -1,9 +1,5 @@
|
|||||||
|
|
||||||
<ion-toolbar *header>
|
<ion-toolbar *header><ion-title>Third Page</ion-title></ion-toolbar>
|
||||||
|
|
||||||
<ion-title>Third Page</ion-title>
|
|
||||||
|
|
||||||
</ion-toolbar>
|
|
||||||
|
|
||||||
|
|
||||||
<ion-content class="padding">
|
<ion-content class="padding">
|
||||||
|
Reference in New Issue
Block a user