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

Function adjustMatchers

test/angular/1.3/angular.js:15095–15103  ·  view source on GitHub ↗
(matchers)

Source from the content-addressed store, hash-verified

15093
15094
15095function adjustMatchers(matchers) {
15096 var adjustedMatchers = [];
15097 if (isDefined(matchers)) {
15098 forEach(matchers, function(matcher) {
15099 adjustedMatchers.push(adjustMatcher(matcher));
15100 });
15101 }
15102 return adjustedMatchers;
15103}
15104
15105
15106/**

Callers 1

$SceDelegateProviderFunction · 0.70

Calls 3

isDefinedFunction · 0.70
forEachFunction · 0.70
adjustMatcherFunction · 0.70

Tested by

no test coverage detected