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

Function getValue

lib/test/angular/1.6.7/angular.js:13209–13213  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

13207 };
13208
13209 var getValue = function(value) {
13210 return trustedContext ?
13211 $sce.getTrusted(trustedContext, value) :
13212 $sce.valueOf(value);
13213 };
13214
13215 return extend(function interpolationFn(context) {
13216 var i = 0;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected