This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
docs: autoscroll to anchor does not work on /api/ng #4703
Closed
Description
When visiting http://docs.angularjs.org/api/ng#filter, the browser does not autoscroll the page to the anchor.
This functionality does work on other pages, such as http://docs.angularjs.org/api/angular.Module#methods_config (that anchor link causes the page to scroll to the anchor as expected.)
Note that if you first visit http://docs.angularjs.org/api/ng, and then append #filter to the URL and press enter, the page then scrolls to that anchor. Perhaps this bug has to do with how the content on the ng page is loaded as compared to other pages.
Possibly related issues (hopefully this one isn't a dupe): #4262 #2639