From 79b3bf524e7a872f9688c3f6b5c8cd95889505dc Mon Sep 17 00:00:00 2001 From: samuel durand Date: Mon, 17 Nov 2014 09:59:47 +0000 Subject: [PATCH] docs($anchorScrollProvider): describe your change... --- src/ng/anchorScroll.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ng/anchorScroll.js b/src/ng/anchorScroll.js index 5a10e235045f..baaac2f3fda0 100644 --- a/src/ng/anchorScroll.js +++ b/src/ng/anchorScroll.js @@ -17,7 +17,7 @@ function $AnchorScrollProvider() { * @name $anchorScrollProvider#disableAutoScrolling * * @description - * By default, {@link ng.$anchorScroll $anchorScroll()} will automatically will detect changes to + * By default, {@link ng.$anchorScroll $anchorScroll()} will automatically detect changes to * {@link ng.$location#hash $location.hash()} and scroll to the element matching the new hash.
* Use this method to disable automatic scrolling. *