MCPcopy Index your code
hub / github.com/angular-ui/ui-router / parseObservedDateValue

Function parseObservedDateValue

test/angular/1.5/angular.js:24691–24693  ·  view source on GitHub ↗
(val)

Source from the content-addressed store, hash-verified

24689 }
24690
24691 function parseObservedDateValue(val) {
24692 return isDefined(val) && !isDate(val) ? parseDate(val) || undefined : val;
24693 }
24694 };
24695}
24696

Callers 1

createDateInputTypeFunction · 0.70

Calls 2

isDefinedFunction · 0.70
isDateFunction · 0.70

Tested by

no test coverage detected