Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EricSimons/ionic-course
/ safeDecodeURIComponent
Function
safeDecodeURIComponent
code/songhop/www/lib/angular/angular.js:5174–5180 ·
view source on GitHub ↗
(str)
Source
from the content-addressed store, hash-verified
5172
var
cookiePath = self.baseHref();
5173
5174
function
safeDecodeURIComponent(str) {
5175
try {
5176
return
decodeURIComponent(str);
5177
} catch (e) {
5178
return
str;
5179
}
5180
}
5181
5182
/**
5183
* @name $browser#cookies
Callers
1
Browser
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected