mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(ionHeaderBar): have no side effects with content in other views
Closes #1095
This commit is contained in:
@@ -172,6 +172,9 @@
|
||||
</button>
|
||||
</ion-nav-buttons>
|
||||
<ion-view title="Auto List">
|
||||
<ion-header-bar class="bar bar-subheader bar-energized">
|
||||
<h1 class="title">some subheader</h1>
|
||||
</ion-header-bar>
|
||||
<ion-content padding="true">
|
||||
<ion-list>
|
||||
<ion-item ng-repeat="auto in autos"
|
||||
|
||||
Reference in New Issue
Block a user