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