-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Description
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):
- [x ] Bug Report
- Feature Request
- General Query
My version of UI-Router is: (type version) 0.3.1
Bug Report
Current Behavior:
When setting a param with the value of a tilde ~
it is not percent ended and it duplicates in the url. For some example, I were to set myParam=~abc
in the url it would display as pathName?myParam=~~abc
and when using the param to make a subsequent query it would use the incorrect value.
Expected Behavior:
I expect when I set the param that it will be percent-encoded in url and href as /pathName?myParam=%7Eabc
Link to Plunker or stackblitz that reproduces the issue:
https://plnkr.co/edit/zhNFUDPPQeEMMo50Zt19
- [x ] I have already asked my question on StackOverflow and nobody could answer the question
Metadata
Metadata
Assignees
Labels
No labels