MCPcopy Index your code
hub / github.com/angular-ui/ui-grid / setValidity

Function setValidity

lib/test/angular/1.6.7/angular.js:29196–29200  ·  view source on GitHub ↗
(name, isValid)

Source from the content-addressed store, hash-verified

29194 }
29195
29196 function setValidity(name, isValid) {
29197 if (localValidationRunId === that.$$currentValidationRunId) {
29198 that.$setValidity(name, isValid);
29199 }
29200 }
29201
29202 function validationDone(allValid) {
29203 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