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

Function adjustMatchers

test/angular/1.2/angular.js:13348–13356  ·  view source on GitHub ↗
(matchers)

Source from the content-addressed store, hash-verified

13346
13347
13348function adjustMatchers(matchers) {
13349 var adjustedMatchers = [];
13350 if (isDefined(matchers)) {
13351 forEach(matchers, function(matcher) {
13352 adjustedMatchers.push(adjustMatcher(matcher));
13353 });
13354 }
13355 return adjustedMatchers;
13356}
13357
13358
13359/**

Callers 1

$SceDelegateProviderFunction · 0.70

Calls 3

isDefinedFunction · 0.70
forEachFunction · 0.70
adjustMatcherFunction · 0.70

Tested by

no test coverage detected