Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

ngRoute 1.3.0 $route.updateParams issue #9471

Closed
geoffgarside opened this issue Oct 7, 2014 · 2 comments
Closed

ngRoute 1.3.0 $route.updateParams issue #9471

geoffgarside opened this issue Oct 7, 2014 · 2 comments

Comments

@geoffgarside
Copy link

When using $route.updateParams() updating an optional or eager named group blows up as interpolate() includes the ? or * characters in the URL as well fails to exclude the named groups from the searchParams so includes the information twice, once as the named group and again as the query string parameters. The app will also then explode if the page is refreshed as parsing the URL fails due to the additional characters.

@jeffbcross
Copy link
Contributor

Hi @geoffgarside a reproduction in plnkr would be helpful

@jeffbcross
Copy link
Contributor

Looks like a duplicate of #8200. Ping me if that's not the case

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

No branches or pull requests

2 participants