From 3548fe31398c1287817e486577a08902cf916a61 Mon Sep 17 00:00:00 2001 From: Vojta Jina Date: Tue, 15 Nov 2011 11:56:13 -0800 Subject: feat(service.$autoScroll): scroll to hash fragment - whenever hash part of the url changes - after ng:view / ng:include load --- docs/src/templates/docs.js | 1 - 1 file changed, 1 deletion(-) (limited to 'docs') diff --git a/docs/src/templates/docs.js b/docs/src/templates/docs.js index 2a9f62a8..995d8bf9 100644 --- a/docs/src/templates/docs.js +++ b/docs/src/templates/docs.js @@ -75,7 +75,6 @@ function DocsController($location, $window, $cookies, $filter) { scope.loading--; scope.partialTitle = scope.futurePartialTitle; SyntaxHighlighter.highlight(); - $window.scrollTo(0,0); $window._gaq.push(['_trackPageview', currentPageId]); loadDisqus(currentPageId); }; -- cgit v1.2.3