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

Function getValue

test/angular/1.4/angular.js:11383–11387  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

11381 };
11382
11383 var getValue = function(value) {
11384 return trustedContext ?
11385 $sce.getTrusted(trustedContext, value) :
11386 $sce.valueOf(value);
11387 };
11388
11389 return extend(function interpolationFn(context) {
11390 var i = 0;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected