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/ngAnimate | |
| parent | 3f568b22f9bec09192588e3cae937db5c2e757f9 (diff) | |
| download | angular.js-a7e12b7959212f2fa88fe17d5a045cc9d8b22922.tar.bz2 | |
feat(docs): provide index pages for each angular module
Diffstat (limited to 'src/ngAnimate')
| -rw-r--r-- | src/ngAnimate/animate.js | 4 | 
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ngAnimate/animate.js b/src/ngAnimate/animate.js index 35c52a6f..3c9ea9a9 100644 --- a/src/ngAnimate/animate.js +++ b/src/ngAnimate/animate.js @@ -8,10 +8,12 @@   *   * # ngAnimate   * - * `ngAnimate` is an optional module that provides CSS and JavaScript animation hooks. + * The `ngAnimate` module provides support for JavaScript and CSS3 animation hooks within core and custom directives.   *   * {@installModule animate}   * + * <div doc-module-components="ngAnimate"></div> + *   * # Usage   *   * To see animations in action, all that is required is to define the appropriate CSS classes  | 
