Skip to content

Commit

Permalink
switching back to ionic scrolling to prove that sidemenu scrolling no…
Browse files Browse the repository at this point in the history
…w works, must be an issue with overflow-scroll
  • Loading branch information
vgmcglaughlin committed Mar 3, 2015
1 parent 0da0bc6 commit 0ebcc2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/templates/menu.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<ion-header-bar class="bar-stable">
<h1 class="title">Left</h1>
</ion-header-bar>
<ion-content overflow-scroll="true">
<ion-content>
<ion-list>
<ion-item nav-clear menu-close ng-click="login()">
Login
Expand Down

0 comments on commit 0ebcc2b

Please sign in to comment.