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

Function compute

test/angular/1.3/angular.js:10186–10192  ·  view source on GitHub ↗
(values)

Source from the content-addressed store, hash-verified

10184
10185 if (!mustHaveExpression || expressions.length) {
10186 var compute = function(values) {
10187 for (var i = 0, ii = expressions.length; i < ii; i++) {
10188 if (allOrNothing && isUndefined(values[i])) return;
10189 concat[expressionPositions[i]] = values[i];
10190 }
10191 return concat.join('');
10192 };
10193
10194 var getValue = function(value) {
10195 return trustedContext ?

Callers 1

$interpolateFunction · 0.70

Calls 1

isUndefinedFunction · 0.70

Tested by

no test coverage detected