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

Function setValidity

lib/test/angular/1.7.0/angular.js:29815–29819  ·  view source on GitHub ↗
(name, isValid)

Source from the content-addressed store, hash-verified

29813 }
29814
29815 function setValidity(name, isValid) {
29816 if (localValidationRunId === that.$$currentValidationRunId) {
29817 that.$setValidity(name, isValid);
29818 }
29819 }
29820
29821 function validationDone(allValid) {
29822 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