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

Function setValidity

test/angular/1.6/angular.js:29706–29710  ·  view source on GitHub ↗
(name, isValid)

Source from the content-addressed store, hash-verified

29704 }
29705
29706 function setValidity(name, isValid) {
29707 if (localValidationRunId === that.$$currentValidationRunId) {
29708 that.$setValidity(name, isValid);
29709 }
29710 }
29711
29712 function validationDone(allValid) {
29713 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