swipe to change pages and swipe to show or hide sidebar menu
This commit is contained in:
parent
6553d43da7
commit
aad053daec
3 changed files with 62 additions and 1 deletions
|
|
@ -20,7 +20,10 @@
|
|||
</style>
|
||||
<link rel="shortcut icon" href="img/favicon.ico">
|
||||
</head>
|
||||
<body>
|
||||
<body
|
||||
ng-controller="IndexController"
|
||||
ng-swipe-left="swipe()"
|
||||
ng-swipe-right="swipe(true)">
|
||||
|
||||
<div id="loading" class="loadingpage">
|
||||
<img src="img/ajax-loader.gif" alt="Loading...">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue