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

Function setValidity

test/angular/1.4/angular.js:25795–25799  ·  view source on GitHub ↗
(name, isValid)

Source from the content-addressed store, hash-verified

25793 }
25794
25795 function setValidity(name, isValid) {
25796 if (localValidationRunId === currentValidationRunId) {
25797 ctrl.$setValidity(name, isValid);
25798 }
25799 }
25800
25801 function validationDone(allValid) {
25802 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