MCPcopy Create free account
hub / github.com/angular-ui/ui-grid / setValidity

Function setValidity

lib/test/angular/1.5.0/angular.js:26251–26255  ·  view source on GitHub ↗
(name, isValid)

Source from the content-addressed store, hash-verified

26249 }
26250
26251 function setValidity(name, isValid) {
26252 if (localValidationRunId === currentValidationRunId) {
26253 ctrl.$setValidity(name, isValid);
26254 }
26255 }
26256
26257 function validationDone(allValid) {
26258 if (localValidationRunId === currentValidationRunId) {

Callers 3

processParseErrorsFunction · 0.70
processSyncValidatorsFunction · 0.70
processAsyncValidatorsFunction · 0.70

Calls 7

isUndefinedFunction · 0.70
createAndSetFunction · 0.70
unsetAndCleanupFunction · 0.70
isBooleanFunction · 0.70
cachedToggleClassFunction · 0.70
toggleValidationCssFunction · 0.70
isObjectEmptyFunction · 0.70

Tested by

no test coverage detected