From 114cecfad120f6720b57f1686e52996f3aa24731 Mon Sep 17 00:00:00 2001 From: David Czech Date: Wed, 12 Aug 2015 10:57:53 -0700 Subject: [PATCH] docs($animate): remove redundant 'animate' in link --- src/ngAnimate/module.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)