fix(ionHeaderBar): have no side effects with content in other views

Closes #1095
This commit is contained in:
Andy Joslin
2014-04-29 09:17:10 -06:00
parent b87bcb30c3
commit 7fd31b6aed
4 changed files with 17 additions and 13 deletions

View File

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