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

Function getValue

test/angular/1.3/angular.js:10194–10198  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

10192 };
10193
10194 var getValue = function(value) {
10195 return trustedContext ?
10196 $sce.getTrusted(trustedContext, value) :
10197 $sce.valueOf(value);
10198 };
10199
10200 var stringify = function(value) {
10201 if (value == null) { // null || undefined

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected