MCPcopy Index your code
hub / github.com/angular-ui/ui-grid / serializeValue

Function serializeValue

lib/test/angular/1.6.7/angular.js:11248–11253  ·  view source on GitHub ↗
(v)

Source from the content-addressed store, hash-verified

11246var $httpMinErr = minErr('$http');
11247
11248function serializeValue(v) {
11249 if (isObject(v)) {
11250 return isDate(v) ? v.toISOString() : toJson(v);
11251 }
11252 return v;
11253}
11254
11255
11256/** @this */

Callers 2

serializeFunction · 0.70

Calls 3

isObjectFunction · 0.70
isDateFunction · 0.70
toJsonFunction · 0.70

Tested by

no test coverage detected