This repository was archived by the owner on Apr 12, 2024. It is now read-only.
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
Description
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.