Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/angular-ui/ui-grid
/ parseObservedDateValue
Function
parseObservedDateValue
lib/test/angular/1.5.0/angular.js:22879–22881 ·
view source on GitHub ↗
(val)
Source
from the content-addressed store, hash-verified
22877
}
22878
22879
function
parseObservedDateValue(val) {
22880
return
isDefined(val) && !isDate(val) ? parseDate(val) || undefined : val;
22881
}
22882
};
22883
}
22884
Callers
1
createDateInputType
Function · 0.70
Calls
2
isDefined
Function · 0.70
isDate
Function · 0.70
Tested by
no test coverage detected