-
Notifications
You must be signed in to change notification settings - Fork 6.7k
bug(demo): hash links don't always work #619
Comments
That's not a duplicate of #620, it's unrelated. On http://angular-ui.github.io/bootstrap/ , when I select Directives -> Pagination, the page jumps to the Pagination section, and the URL gets set to http://angular-ui.github.io/bootstrap/#/pagination . But if I'd send that URL to someone, and he enters the URL, the page does not jump to the relevant section. I'd have to manually change it to http://angular-ui.github.io/bootstrap/#pagination before sending it (when I remove one slash, the jump happens, at least in FF). |
@tobireif sorry, you are right. The issue is that # gets interpreted as an AngularJS route since the demo page is an AngularJS application... Probably changing the $location prexif would fix it. @tobireif would you mind helping us with this one by investigating it and sending a pull request with a fix? Thank you! |
I still have the same issue. when I endter directly the following url: http://angular-ui.github.io/bootstrap/#/modal it gets redirected to http://angular-ui.github.io/bootstrap/modal and fails with a 404 |
If the demo website is broken it doesn't help the users adopt the library ... |
This issue is fixed in the current demo page. |
When I enter http://angular-ui.github.io/bootstrap/#/pagination , the page doesn't jump to that location on the page.
The text was updated successfully, but these errors were encountered: