-
Notifications
You must be signed in to change notification settings - Fork 3k
Encoding url (Angular 1.6.0) #3203
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
Comments
can you show exactly what you mean in a plunker? http://bit.ly/UIR-Plunk |
Same for us, roll backed to angular 1.5.8 and angular router to 0.3.1. What a waste of time... if only we had fixed our package.json dependencies versions... |
Anguar 1.6.0 is prefixing the URL hash part with a angular.module('app', ['ui.router'])
.config(function($stateProvider, $locationProvider) {
// remove ! hash prefix
$locationProvider.hashPrefix('');
// ui-router code ...
}); This is working for me right now. |
This is a breaking change introduced in Angular 1.6.0. See: https://docs.angularjs.org/guide/migration#migrating-from-1-5-to-1-6
Revert to previous behavior using the instructions provided by @mbarakaja |
With Angular 1.6.0 (only)
The path
/#/login
is transformed by#!#%2Flogin
The text was updated successfully, but these errors were encountered: