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