We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This issue tracker is for Bug Reports and Feature Requests only.
Please direct requests for help to StackOverflow. See http://bit.ly/UIR-SOF for details.
This is a (check one box):
My version of UI-Router is: (type version)
1.0.18 (latest)
$state.go('some_state', { param: "special character such as '" }
result in infinite $digest loop. Browser tab crashes.
$digest
Doesn't happen on angularjs 1.6.x
Don't crash
http://jsfiddle.net/3s4602e1/14/
The text was updated successfully, but these errors were encountered:
Closed as a dup of angular/angular.js#16592
Sorry, something went wrong.
No branches or pull requests
This issue tracker is for Bug Reports and Feature Requests only.
Please direct requests for help to StackOverflow.
See http://bit.ly/UIR-SOF for details.
This is a (check one box):
My version of UI-Router is: (type version)
1.0.18 (latest)
Bug Report
Current Behavior:
$state.go('some_state', { param: "special character such as '" }
result in infinite
$digest
loop. Browser tab crashes.Doesn't happen on angularjs 1.6.x
Expected Behavior:
Don't crash
Link to Plunker or stackblitz that reproduces the issue:
http://jsfiddle.net/3s4602e1/14/
The text was updated successfully, but these errors were encountered: