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

Function compute

lib/test/angular/1.4.3/angular.js:10836–10842  ·  view source on GitHub ↗
(values)

Source from the content-addressed store, hash-verified

10834
10835 if (!mustHaveExpression || expressions.length) {
10836 var compute = function(values) {
10837 for (var i = 0, ii = expressions.length; i < ii; i++) {
10838 if (allOrNothing && isUndefined(values[i])) return;
10839 concat[expressionPositions[i]] = values[i];
10840 }
10841 return concat.join('');
10842 };
10843
10844 var getValue = function(value) {
10845 return trustedContext ?

Callers 1

$interpolateFunction · 0.70

Calls 1

isUndefinedFunction · 0.70

Tested by

no test coverage detected