Skip to content

Commit

Permalink
test(viewState): move ion-nav-buttons location
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdbradley committed Jun 23, 2014
1 parent 501282f commit 39a2fb7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/html/viewState.html
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ <h3>Information</h3>

<script id="auto-list.html" type="text/ng-template">

<ion-view title="Auto List">
<ion-nav-buttons side="left">
<button class="button button-icon icon ion-home" ng-click="foo()">
What?
Expand All @@ -172,7 +173,7 @@ <h3>Information</h3>
<button class="button button-icon icon ion-navicon" ng-click="foo()">
</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>
Expand Down

0 comments on commit 39a2fb7

Please sign in to comment.