disable swipe with mouse

This commit is contained in:
Gustavo Maximiliano Cortez 2014-12-11 20:10:03 -03:00
commit ce1ca3f597

View file

@ -22,6 +22,7 @@
</head> </head>
<body <body
ng-controller="IndexController" ng-controller="IndexController"
ng-swipe-disable-mouse
ng-swipe-left="swipe()" ng-swipe-left="swipe()"
ng-swipe-right="swipe(true)"> ng-swipe-right="swipe(true)">