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

Function getTrustedPropContext

test/angular/1.7/angular.js:11061–11064  ·  view source on GitHub ↗
(nodeName, propNormalizedName)

Source from the content-addressed store, hash-verified

11059 }
11060
11061 function getTrustedPropContext(nodeName, propNormalizedName) {
11062 var prop = propNormalizedName.toLowerCase();
11063 return PROP_CONTEXTS[nodeName + '|' + prop] || PROP_CONTEXTS['*|' + prop];
11064 }
11065
11066 function sanitizeSrcsetPropertyValue(value) {
11067 return sanitizeSrcset($sce.valueOf(value), 'ng-prop-srcset');

Callers 1

addPropertyDirectiveFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected