diff options
Diffstat (limited to 'src/ngMobile/mobile.js')
| -rw-r--r-- | src/ngMobile/mobile.js | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/ngMobile/mobile.js b/src/ngMobile/mobile.js new file mode 100644 index 00000000..c8fd8843 --- /dev/null +++ b/src/ngMobile/mobile.js @@ -0,0 +1,16 @@ +'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', []); + |
