mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 19:57:22 +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-title>First Page: {{ val }}</ion-title>
|
||||
|
||||
</ion-toolbar>
|
||||
<ion-toolbar *header><ion-title>First Page: {{ val }}</ion-title></ion-toolbar>
|
||||
|
||||
|
||||
<ion-content class="padding">
|
||||
|
@ -1,9 +1,5 @@
|
||||
|
||||
<ion-toolbar *header>
|
||||
|
||||
<ion-title>Second Page</ion-title>
|
||||
|
||||
</ion-toolbar>
|
||||
<ion-toolbar *header><ion-title>Second Page</ion-title></ion-toolbar>
|
||||
|
||||
|
||||
<ion-content class="padding">
|
||||
|
@ -1,9 +1,5 @@
|
||||
|
||||
<ion-toolbar *header>
|
||||
|
||||
<ion-title>Third Page</ion-title>
|
||||
|
||||
</ion-toolbar>
|
||||
<ion-toolbar *header><ion-title>Third Page</ion-title></ion-toolbar>
|
||||
|
||||
|
||||
<ion-content class="padding">
|
||||
|
Reference in New Issue
Block a user