ngTouch

Improve this Doc ngTouch

ngTouch

The ngTouch module provides touch events and other helpers for touch-enabled devices. The implementation is based on jQuery Mobile touch event handling (jquerymobile.com).

See $swipe for usage.

Installation

First include angular-touch.js in your HTML:

<script src="angular.js">
<script src="angular-touch.js">

You can download this file from the following places: