diff options
Diffstat (limited to 'src/ngAnimate/animate.js')
| -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 | 
