MCPcopy
hub / github.com/angular-ui/ui-grid / compute

Function compute

lib/test/angular/1.5.0/angular.js:11794–11800  ·  view source on GitHub ↗
(values)

Source from the content-addressed store, hash-verified

11792
11793 if (!mustHaveExpression || expressions.length) {
11794 var compute = function(values) {
11795 for (var i = 0, ii = expressions.length; i < ii; i++) {
11796 if (allOrNothing && isUndefined(values[i])) return;
11797 concat[expressionPositions[i]] = values[i];
11798 }
11799 return concat.join('');
11800 };
11801
11802 var getValue = function(value) {
11803 return trustedContext ?

Callers 1

$interpolateFunction · 0.70

Calls 1

isUndefinedFunction · 0.70

Tested by

no test coverage detected