mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +00:00
docs(guide): fix typo in animation doc
This commit is contained in:
parent
83f93889e1
commit
3328d33ed0
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue