'use strict'; /** * @ngdoc overview * @name ngMobile * @description */ /* * Touch events and other mobile helpers by Braden Shepherdson (braden.shepherdson@gmail.com) * Based on jQuery Mobile touch event handling (jquerymobile.com) */ // define ngSanitize module and register $sanitize service var ngMobile = angular.module('ngMobile', []);