You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
Although the UI looks identical, the header nav is not being shared between the main page and the docs page. For instance, a retina logo was added to the docs in #2874, but http://angularjs.org still has the old logo.
Browsing through the repo on GitHub, it isn't clear where the home page source is being rendered from, but it clearly isn't using the same template as the docs. To prevent bugs like the above where a change on one page doesn't propagate to the other (creating an inconsistent experience), the nav code should be shared among both.