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

Function getValue

lib/test/angular/1.5.0/angular.js:11802–11806  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

11800 };
11801
11802 var getValue = function(value) {
11803 return trustedContext ?
11804 $sce.getTrusted(trustedContext, value) :
11805 $sce.valueOf(value);
11806 };
11807
11808 return extend(function interpolationFn(context) {
11809 var i = 0;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected