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.6.7/angular.js:25453–25455 ·
view source on GitHub ↗
(val)
Source
from the content-addressed store, hash-verified
25451
}
25452
25453
function
parseObservedDateValue(val) {
25454
return
isDefined(val) && !isDate(val) ? parseDate(val) || undefined : val;
25455
}
25456
};
25457
}
25458
Callers
1
createDateInputType
Function · 0.70
Calls
2
isDefined
Function · 0.70
isDate
Function · 0.70
Tested by
no test coverage detected