MCPcopy
hub / github.com/angular-ui/ui-router / registerContext

Function registerContext

test/angular/1.7/angular.js:9206–9208  ·  view source on GitHub ↗
(ctx, values)

Source from the content-addressed store, hash-verified

9204 */
9205 (function registerNativePropertyContexts() {
9206 function registerContext(ctx, values) {
9207 forEach(values, function(v) { PROP_CONTEXTS[v.toLowerCase()] = ctx; });
9208 }
9209
9210 registerContext(SCE_CONTEXTS.HTML, [
9211 'iframe|srcdoc',

Callers 1

$CompileProviderFunction · 0.85

Calls 1

forEachFunction · 0.70

Tested by

no test coverage detected