Closed breyed closed 9 years ago
When you say all, you mean ui-utils right? If so, that bug has been reported yet to ui-utils repo.
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?
It is already closed https://github.com/angular-ui/ui-utils/issues/182
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.
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
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.
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.)