diff options
| author | Patrick Drechsler | 2013-09-03 07:26:57 +0200 | 
|---|---|---|
| committer | Pete Bacon Darwin | 2013-09-14 21:48:11 +0100 | 
| commit | 3328d33ed0b9a99649b682aad3c7b234d4f1d8ca (patch) | |
| tree | 119cdb084a225140ca0c5751499db6a3082ab545 /src/loader.js | |
| parent | 83f93889e1f5e957c20946e4060f4f6e3199ae0e (diff) | |
| download | angular.js-3328d33ed0b9a99649b682aad3c7b234d4f1d8ca.tar.bz2 | |
docs(guide): fix typo in animation doc
Diffstat (limited to 'src/loader.js')
| -rw-r--r-- | src/loader.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/loader.js b/src/loader.js index be9bc245..86fb4aa5 100644 --- a/src/loader.js +++ b/src/loader.js @@ -176,7 +176,7 @@ function setupModuleLoader(window) {             * @param {Function} animationFactory Factory function for creating new instance of an animation.             * @description             * -           * **NOTE**: animations are take effect only if the **ngAnimate** module is loaded. +           * **NOTE**: animations take effect only if the **ngAnimate** module is loaded.             *             *             * Defines an animation hook that can be later used with {@link ngAnimate.$animate $animate} service and | 
