Skip to content

Commit

Permalink
added a range within a side menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Bradley committed Feb 13, 2014
1 parent 8b308a1 commit 6a962c2
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions js/ext/angular/test/sideMenu2.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,18 @@
<div class="title">Left Menu</div>
</header>
<content has-header="true">
<ul class="list">
<div class="list">
<a href="#/event/check-in" class="item">Check-in</a>
<a href="#/event/attendees" class="item">Attendees</a>
</ul>
<div class="item item-divider">
Range
</div>
<div class="range">
<i class="icon ion-volume-low"></i>
<input type="range" name="volume">
<i class="icon ion-volume-high"></i>
</div>
</div>
</content>
</side-menu>

Expand Down

0 comments on commit 6a962c2

Please sign in to comment.