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
I searched for an answer in the web & closed issues but didn't get what I searched for.
I saw that you were suppose to fix this issue in 0.3.2 but it still is happening to me.
I pass a param and his being encoded with tildes, when I refresh, I check if this param is already in the url using $location.search().param if he does exists I pass it again to keep it and not lose it in the refresh, and the I get double tildes, I also tried not to use $location but that didn't help.
#EDIT
I created a fix using the answers from here #1119
The text was updated successfully, but these errors were encountered:
Tilde is doubled when refresh
I searched for an answer in the web & closed issues but didn't get what I searched for.
I saw that you were suppose to fix this issue in 0.3.2 but it still is happening to me.
I pass a param and his being encoded with tildes, when I refresh, I check if this param is already in the url using $location.search().param if he does exists I pass it again to keep it and not lose it in the refresh, and the I get double tildes, I also tried not to use $location but that didn't help.
#EDIT
I created a fix using the answers from here #1119
The text was updated successfully, but these errors were encountered: