Skip to content

chore: run test suite against angular 1.6 #3206

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

Closed
christopherthielen opened this issue Dec 15, 2016 · 1 comment
Closed

chore: run test suite against angular 1.6 #3206

christopherthielen opened this issue Dec 15, 2016 · 1 comment

Comments

@christopherthielen
Copy link
Contributor

christopherthielen commented Dec 15, 2016

A couple of changes in angular 1.6.0 affects the test suite:

Not affecting the test suite, but worth mentioning here:

  • Rejected Promises without catch blocks print error messages to the console: Possibly unhandled rejection
@mbarakaja
Copy link

There is a lot of weird behavior with angular 1.6. Navigating between states using the ui-router API works well.

The problem is when the user introduces the URL manually, in the browser, and the string %2F is inserted, which is equivalent to the / character. But additionally there is an extra # character, which I don't know from where is coming. Maybe that character is making the browser encode the / wrong.

So, for example /#/login goes to /#!#%2Flogin.

There is an issue related to this already; #3203.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants