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

Function setValidity

test/angular/1.3/angular.js:23350–23354  ·  view source on GitHub ↗
(name, isValid)

Source from the content-addressed store, hash-verified

23348 }
23349
23350 function setValidity(name, isValid) {
23351 if (localValidationRunId === currentValidationRunId) {
23352 ctrl.$setValidity(name, isValid);
23353 }
23354 }
23355
23356 function validationDone(allValid) {
23357 if (localValidationRunId === currentValidationRunId) {

Callers 3

processParseErrorsFunction · 0.70
processSyncValidatorsFunction · 0.70
processAsyncValidatorsFunction · 0.70

Calls 6

createAndSetFunction · 0.70
unsetAndCleanupFunction · 0.70
isBooleanFunction · 0.70
cachedToggleClassFunction · 0.70
toggleValidationCssFunction · 0.70
isObjectEmptyFunction · 0.70

Tested by

no test coverage detected