Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/angular-ui/ui-router
/ serializeValue
Function
serializeValue
test/angular/1.4/angular.js:9598–9603 ·
view source on GitHub ↗
(v)
Source
from the content-addressed store, hash-verified
9596
};
9597
9598
function
serializeValue(v) {
9599
if
(isObject(v)) {
9600
return
isDate(v) ? v.toISOString() : toJson(v);
9601
}
9602
return
v;
9603
}
9604
9605
9606
function
$HttpParamSerializerProvider() {
Callers
2
$HttpParamSerializerProvider
Function · 0.70
serialize
Function · 0.70
Calls
3
isObject
Function · 0.70
isDate
Function · 0.70
toJson
Function · 0.70
Tested by
no test coverage detected