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

Function adjustMatchers

test/angular/1.7/angular.js:19986–19994  ·  view source on GitHub ↗
(matchers)

Source from the content-addressed store, hash-verified

19984
19985
19986function adjustMatchers(matchers) {
19987 var adjustedMatchers = [];
19988 if (isDefined(matchers)) {
19989 forEach(matchers, function(matcher) {
19990 adjustedMatchers.push(adjustMatcher(matcher));
19991 });
19992 }
19993 return adjustedMatchers;
19994}
19995
19996
19997/**

Callers 1

$SceDelegateProviderFunction · 0.70

Calls 3

isDefinedFunction · 0.70
forEachFunction · 0.70
adjustMatcherFunction · 0.70

Tested by

no test coverage detected