MCPcopy Create free account
hub / github.com/angular-ui/ui-grid / compute

Function compute

lib/test/angular/1.6.7/angular.js:13201–13207  ·  view source on GitHub ↗
(values)

Source from the content-addressed store, hash-verified

13199
13200 if (!mustHaveExpression || expressions.length) {
13201 var compute = function(values) {
13202 for (var i = 0, ii = expressions.length; i < ii; i++) {
13203 if (allOrNothing && isUndefined(values[i])) return;
13204 concat[expressionPositions[i]] = values[i];
13205 }
13206 return concat.join('');
13207 };
13208
13209 var getValue = function(value) {
13210 return trustedContext ?

Callers 1

$interpolateFunction · 0.70

Calls 1

isUndefinedFunction · 0.70

Tested by

no test coverage detected