MCPcopy Create free account
hub / github.com/angular-ui/ui-router / adjustMatchers

Function adjustMatchers

test/angular/1.6/angular.js:19371–19379  ·  view source on GitHub ↗
(matchers)

Source from the content-addressed store, hash-verified

19369
19370
19371function adjustMatchers(matchers) {
19372 var adjustedMatchers = [];
19373 if (isDefined(matchers)) {
19374 forEach(matchers, function(matcher) {
19375 adjustedMatchers.push(adjustMatcher(matcher));
19376 });
19377 }
19378 return adjustedMatchers;
19379}
19380
19381
19382/**

Callers 1

$SceDelegateProviderFunction · 0.70

Calls 3

isDefinedFunction · 0.70
forEachFunction · 0.70
adjustMatcherFunction · 0.70

Tested by

no test coverage detected