MCPcopy 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
9598function serializeValue(v) {
9599 if (isObject(v)) {
9600 return isDate(v) ? v.toISOString() : toJson(v);
9601 }
9602 return v;
9603}
9604
9605
9606function $HttpParamSerializerProvider() {

Callers 2

serializeFunction · 0.70

Calls 3

isObjectFunction · 0.70
isDateFunction · 0.70
toJsonFunction · 0.70

Tested by

no test coverage detected