-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Impossible to disable html5Mode with angular 1.3.0-rc.3 #1397
Comments
will this only effect people using html5mode or everyone use ui-router with angular1.3.0-rc3? |
It's more the other way around. It will primarily affect those who don't want to use the html5mode. Because as it stands, one cannot disable it. |
+1 |
+1 |
+1 |
Impossible to disable html5Mode with angular 1.3.0-rc.3 #1397
+1 This was driving me crazy... |
this is in tag 0.2.12-pre1 |
I'm on Angular 1.4.4 and seeing issues with html5mode again. Anyone else? |
Yeah, |
@winnemucca I believe the issue should be fixed now. Are you on the latest? |
Due to:
angular/angular.js@dc3de7f
the html5mode-check in
urlRouter.js [line 383]
is no longer correct. And thus it's impossible to disable html5mode.A quick fix could be:
The text was updated successfully, but these errors were encountered: