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

Function getValue

test/angular/1.6/angular.js:13378–13382  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

13376 };
13377
13378 var getValue = function(value) {
13379 return trustedContext ?
13380 $sce.getTrusted(trustedContext, value) :
13381 $sce.valueOf(value);
13382 };
13383
13384 return extend(function interpolationFn(context) {
13385 var i = 0;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected