You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
while console.log(routeparam) outputs %7B%22a%22%3A%22123%2F65%22%7D I am being redirected to #/test/%7B%22a%22:%22123/65%22%7D. Notice the / character in redirected url. This behaviour affects how angular-route behaves because %7B%22a%22:%22123 and 65%22%7D parts are considered as path components.
The text was updated successfully, but these errors were encountered:
Here is simple example to demonstrate the problem;
while
console.log(routeparam)
outputs%7B%22a%22%3A%22123%2F65%22%7D
I am being redirected to#/test/%7B%22a%22:%22123/65%22%7D
. Notice the/
character in redirected url. This behaviour affects how angular-route behaves because%7B%22a%22:%22123
and65%22%7D
parts are considered as path components.The text was updated successfully, but these errors were encountered: