-
Notifications
You must be signed in to change notification settings - Fork 184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Urls are not generating with # #53
Comments
You speak about the HTML5 mode right ? The generation of href in links is totally delegated to the UI-router, and it supports HTML5 mode. Do you add this line in your app configuration: The HTML5 mode requires specific settings on the server side: https://github.com/angular-ui/ui-router/wiki/Frequently-Asked-Questions#how-to-configure-your-server-to-work-with-html5mode |
It's interesting that your example doesn't set We don't have
|
Oh right, maybe you are in this case: angular-ui/ui-router#1397 Do you use Angular 1.3 ? |
Yes! That indeed seems to be the issue. So that's a bug, their Filled a bug there too |
Btw, the |
Yes, as their names suggest, the It is exactly the same here (except my build directory is called
You can fill an other issue there ;) |
Our spa is not
http://website/
but ratherhttp://website/some/folder
The breadcrumb urls are not being generated with a
hash
#
before:e.g.
/home
instead of#/home
Obviously this would fail the navigation.
Is there a setting to tweak?
The text was updated successfully, but these errors were encountered: