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

Function validationDone

test/angular/1.4/angular.js:25801–25806  ·  view source on GitHub ↗
(allValid)

Source from the content-addressed store, hash-verified

25799 }
25800
25801 function validationDone(allValid) {
25802 if (localValidationRunId === currentValidationRunId) {
25803
25804 doneCallback(allValid);
25805 }
25806 }
25807 };
25808
25809 /**

Callers 2

angular.jsFile · 0.70
processAsyncValidatorsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected