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

Function adjustMatchers

test/angular/1.5/angular.js:18551–18559  ·  view source on GitHub ↗
(matchers)

Source from the content-addressed store, hash-verified

18549
18550
18551function adjustMatchers(matchers) {
18552 var adjustedMatchers = [];
18553 if (isDefined(matchers)) {
18554 forEach(matchers, function(matcher) {
18555 adjustedMatchers.push(adjustMatcher(matcher));
18556 });
18557 }
18558 return adjustedMatchers;
18559}
18560
18561
18562/**

Callers 1

$SceDelegateProviderFunction · 0.70

Calls 3

isDefinedFunction · 0.70
forEachFunction · 0.70
adjustMatcherFunction · 0.70

Tested by

no test coverage detected