Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

[mis-orgnized] different menus on same website: https://angularjs.org/ #14351

Closed
Eddy1028 opened this issue Mar 31, 2016 · 3 comments · Fixed by #15670
Closed

[mis-orgnized] different menus on same website: https://angularjs.org/ #14351

Eddy1028 opened this issue Mar 31, 2016 · 3 comments · Fixed by #15670

Comments

@Eddy1028
Copy link

Do you want to request a feature or report a bug?
feature

What is the current behavior?
I currently start to learn angualrjs on https://angularjs.org/, but the menu bar did make me misunderstand, and I feel mess about what I am going to learn. Could you make them uniform?

home1
home2

What is the expected behavior?
All pages with a same menu bar.

@orifzunnunov
Copy link

@Eddy1028 Hey Eddie this is a cosmetic issue, the "arrow" is not showing up. But I think this shouldn't stop you from learning AngularJS.

Below classes might be missing from guide page.

navbar .dropdown-menu:after and .navbar .dropdown-menu:before classes might be missing.

{
content: '';
display: inline-block;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 6px solid #ffffff;
position: absolute;
top: -6px;
left: 10px;
}

@Narretz
Copy link
Contributor

Narretz commented Mar 31, 2016

The issue is that the links in the menu are different on the main page and when you are in the docs: For the main page, this issue is tracked here: angular/angularjs.org#80

@Narretz Narretz added this to the Backlog milestone Mar 31, 2016
Narretz added a commit to Narretz/angular.js that referenced this issue Feb 15, 2017
They are now in the same order as angularjs.org

Closes angular#14351
Narretz added a commit to Narretz/angular.js that referenced this issue Feb 15, 2017
They are now in the same order as angularjs.org

Closes angular#14351
Narretz added a commit that referenced this issue Feb 15, 2017
They are now in the same order as angularjs.org

Closes #14351
Narretz added a commit that referenced this issue Feb 16, 2017
They are now in the same order as angularjs.org

Closes #14351
ellimist pushed a commit to ellimist/angular.js that referenced this issue Mar 15, 2017
They are now in the same order as angularjs.org

Closes angular#14351
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants
@Narretz @orifzunnunov @Eddy1028 and others