diff options
Diffstat (limited to 'src/ngTouch/touch.js')
| -rw-r--r-- | src/ngTouch/touch.js | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/ngTouch/touch.js b/src/ngTouch/touch.js index e785d82e..17dad196 100644 --- a/src/ngTouch/touch.js +++ b/src/ngTouch/touch.js @@ -7,14 +7,15 @@ * * # ngTouch * - * `ngTouch` is the name of the optional Angular module that provides touch events and other - * helpers for touch-enabled devices. - * The implementation is based on jQuery Mobile touch event handling - * ([jquerymobile.com](http://jquerymobile.com/)) + * The `ngTouch` module provides touch events and other helpers for touch-enabled devices. + * The implementation is based on jQuery Mobile touch event handling ([jquerymobile.com](http://jquerymobile.com/)). * * {@installModule touch} * * See {@link ngTouch.$swipe `$swipe`} for usage. + * + * <div doc-module-components="ngTouch"></div> + * */ // define ngTouch module |
