fix swipe left to hide sidebar
This commit is contained in:
parent
f583cee616
commit
784cd579bd
2 changed files with 3 additions and 13 deletions
|
|
@ -29,6 +29,7 @@
|
|||
<body
|
||||
ng-controller="IndexController"
|
||||
ng-swipe-disable-mouse
|
||||
ng-swipe-left="swipe()"
|
||||
ng-swipe-right="swipe(true)">
|
||||
|
||||
<div id="loading" class="loadingpage">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue