diff options
| author | Matias Niemelä | 2013-10-16 22:48:32 -0400 |
|---|---|---|
| committer | Matias Niemelä | 2013-10-23 17:00:12 -0400 |
| commit | a7e12b7959212f2fa88fe17d5a045cc9d8b22922 (patch) | |
| tree | 3613ad9f20a92eb9e7a88402e34a078092663cba /src/ngTouch/touch.js | |
| parent | 3f568b22f9bec09192588e3cae937db5c2e757f9 (diff) | |
| download | angular.js-a7e12b7959212f2fa88fe17d5a045cc9d8b22922.tar.bz2 | |
feat(docs): provide index pages for each angular module
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 |
