diff --git a/src/ngAnimate/module.js b/src/ngAnimate/module.js index 0f12f0c24d29..5b37e09e4bc1 100644 --- a/src/ngAnimate/module.js +++ b/src/ngAnimate/module.js @@ -738,7 +738,7 @@ * @description * The ngAnimate `$animate` service documentation is the same for the core `$animate` service. * - * Click here {@link ng.$animate $animate to learn more about animations with `$animate`}. + * Click here {@link ng.$animate to learn more about animations with `$animate`}. */ angular.module('ngAnimate', []) .provider('$$body', $$BodyProvider)