MCPcopy Create free account
hub / github.com/EricSimons/ionic-course / compute

Function compute

code/songhop/www/lib/angular/angular.js:10075–10081  ·  view source on GitHub ↗
(values)

Source from the content-addressed store, hash-verified

10073
10074 if (!mustHaveExpression || expressions.length) {
10075 var compute = function(values) {
10076 for (var i = 0, ii = expressions.length; i < ii; i++) {
10077 if (allOrNothing && isUndefined(values[i])) return;
10078 concat[expressionPositions[i]] = values[i];
10079 }
10080 return concat.join('');
10081 };
10082
10083 var getValue = function(value) {
10084 return trustedContext ?

Callers 1

$interpolateFunction · 0.70

Calls 1

isUndefinedFunction · 0.70

Tested by

no test coverage detected