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

Function getValue

lib/test/angular/1.4.3/angular.js:10844–10848  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

10842 };
10843
10844 var getValue = function(value) {
10845 return trustedContext ?
10846 $sce.getTrusted(trustedContext, value) :
10847 $sce.valueOf(value);
10848 };
10849
10850 return extend(function interpolationFn(context) {
10851 var i = 0;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected