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.
It looks like ngRoute is doing an extra decodeURIComponent on the $location.$$path value that's passed in. If the path originally contained a URI encoded % (aka %25), then this causes an exception.
URIError: URI malformed
at decodeURIComponent (native)
at switchRouteMatcher (/Users/jason/projects/sandbox/angular.js/src/ngRoute/route.js:469:17)
at /Users/jason/projects/sandbox/angular.js/src/ngRoute/route.js:562:33
Reproducible: always
Browsers: Chrome 32, Firefox 26 and IE 10
Operating system: OS X