MCPcopy
hub / github.com/angular-ui/ui-router / setValidity

Function setValidity

test/angular/1.5/angular.js:28303–28307  ·  view source on GitHub ↗
(name, isValid)

Source from the content-addressed store, hash-verified

28301 }
28302
28303 function setValidity(name, isValid) {
28304 if (localValidationRunId === currentValidationRunId) {
28305 ctrl.$setValidity(name, isValid);
28306 }
28307 }
28308
28309 function validationDone(allValid) {
28310 if (localValidationRunId === currentValidationRunId) {

Callers 3

processParseErrorsFunction · 0.70
processSyncValidatorsFunction · 0.70
processAsyncValidatorsFunction · 0.70

Calls 7

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

Tested by

no test coverage detected