'use strict'; /** * @ngdoc overview * @name ngMobile * @description * Touch events and other mobile helpers. * Based on jQuery Mobile touch event handling (jquerymobile.com) */ // define ngMobile module var ngMobile = angular.module('ngMobile', []);