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
while, the param $stateParams equals {url: "http:%2F%2Fwww.1688.com%2F"}
when debugging through angular-ui-router.js, I found that both $state.go() and handleIfMatch() (line L2346 ) invoke the $state.transitionTo again, but the var toParams are not the same.
but when I change the param url to an other string such as 阿里巴巴, www.1688.com, I works.
BTW: version v0.2.13 performs well.
The text was updated successfully, but these errors were encountered:
Any time I navigated to a state, $stateChangeStart would get fired twice — once with a URI-decoded version of the state, and once with a URI-encoded version of the same state.
Wondering what changed in (v0.2.14? v0.2.15?) that could account for this.
my router looks like this:
while, the param
$stateParams
equals{url: "http:%2F%2Fwww.1688.com%2F"}
when debugging through
angular-ui-router.js
, I found that both$state.go()
andhandleIfMatch()
(line L2346 ) invoke the$state.transitionTo
again, but the vartoParams
are not the same.but when I change the param
url
to an other string such as阿里巴巴
,www.1688.com
, I works.BTW: version v0.2.13 performs well.
The text was updated successfully, but these errors were encountered: