swipe to change pages and swipe to show or hide sidebar menu

This commit is contained in:
Gustavo Maximiliano Cortez 2014-12-08 05:34:59 -03:00
commit aad053daec
3 changed files with 62 additions and 1 deletions

View file

@ -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...">