angular-ui / angular-ui.github.com

Angular UI homepage
https://angular-ui.github.com/
79 stars 61 forks source link

Section links on main page are broken #81

Closed breyed closed 9 years ago

breyed commented 10 years ago

All the section links on http://angular-ui.github.io/ are broken. For example clicking Inflector does not bring you to the Inflector section of http://angular-ui.github.io/ui-utils, despite the #Inflector suffix on the URL.

(I wasn't sure where to file this bug. Sorry if it's misplaced.)

Foxandxss commented 10 years ago

When you say all, you mean ui-utils right? If so, that bug has been reported yet to ui-utils repo.

breyed commented 10 years ago

Your right; it's just ui-utils. I couldn't find an issue for this on the ui-utils Github site. Should I close this bug and report one there?

Foxandxss commented 10 years ago

It is already closed https://github.com/angular-ui/ui-utils/issues/182

breyed commented 10 years ago

That looks like a different issue. I don't get a 404 error as that issue describes. The problem is that the browser doesn't scroll down the page to the appropriate section, depending on which link was clicked.

Foxandxss commented 10 years ago

Yes, you are right, was a confusion after a confusion :P

The links, seems like ui-modules will go to the proper section but the others will just go to the page directly. Ping @ProLoser

ProLoser commented 10 years ago

This is because the dom is loaded late. The module that generates the docs will likely need to be tweaked to scroll after the content loads. Or we could switch to ng-doc.

PowerKiKi commented 9 years ago

https://gitter.im/angular-ui