MCPcopy
hub / github.com/angular-ui/ui-router / parseObservedDateValue

Function parseObservedDateValue

test/angular/1.4/angular.js:22427–22429  ·  view source on GitHub ↗
(val)

Source from the content-addressed store, hash-verified

22425 }
22426
22427 function parseObservedDateValue(val) {
22428 return isDefined(val) && !isDate(val) ? parseDate(val) || undefined : val;
22429 }
22430 };
22431}
22432

Callers 1

createDateInputTypeFunction · 0.70

Calls 2

isDefinedFunction · 0.70
isDateFunction · 0.70

Tested by

no test coverage detected