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

Function getValue

test/angular/1.5/angular.js:12655–12659  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

12653 };
12654
12655 var getValue = function(value) {
12656 return trustedContext ?
12657 $sce.getTrusted(trustedContext, value) :
12658 $sce.valueOf(value);
12659 };
12660
12661 return extend(function interpolationFn(context) {
12662 var i = 0;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected