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

Function setValidity

lib/test/angular/1.8.0/angular.js:30777–30781  ·  view source on GitHub ↗
(name, isValid)

Source from the content-addressed store, hash-verified

30775 }
30776
30777 function setValidity(name, isValid) {
30778 if (localValidationRunId === that.$$currentValidationRunId) {
30779 that.$setValidity(name, isValid);
30780 }
30781 }
30782
30783 function validationDone(allValid) {
30784 if (localValidationRunId === that.$$currentValidationRunId) {

Callers 3

processParseErrorsFunction · 0.70
processSyncValidatorsFunction · 0.70
processAsyncValidatorsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected