blob: 844350aa6dcef2774af4b60e59b3d0ccecb28b7b (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
 | 'use strict';
/**
 * @ngdoc overview
 * @name ngTouch
 * @description
 * Touch events and other mobile helpers.
 * Based on jQuery Mobile touch event handling (jquerymobile.com)
 */
// define ngTouch module
var ngTouch = angular.module('ngTouch', []);
 |