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.5/angular.js:10750–10755 ·
view source on GitHub ↗
(v)
Source
from the content-addressed store, hash-verified
10748
};
10749
10750
function
serializeValue(v) {
10751
if
(isObject(v)) {
10752
return
isDate(v) ? v.toISOString() : toJson(v);
10753
}
10754
return
v;
10755
}
10756
10757
10758
/** @this */
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