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

Function setValidity

test/angular/1.7/angular.js:30712–30716  ·  view source on GitHub ↗
(name, isValid)

Source from the content-addressed store, hash-verified

30710 }
30711
30712 function setValidity(name, isValid) {
30713 if (localValidationRunId === that.$$currentValidationRunId) {
30714 that.$setValidity(name, isValid);
30715 }
30716 }
30717
30718 function validationDone(allValid) {
30719 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