angular.js/src/ngTouch/touch.js

14 lines
255 B
JavaScript
Raw Normal View History

'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', []);