MCPcopy Index your code
hub / github.com/angular-ui/ui-grid / registerContext

Function registerContext

lib/test/angular/1.8.0/angular.js:9271–9273  ·  view source on GitHub ↗
(ctx, values)

Source from the content-addressed store, hash-verified

9269 */
9270 (function registerNativePropertyContexts() {
9271 function registerContext(ctx, values) {
9272 forEach(values, function(v) { PROP_CONTEXTS[v.toLowerCase()] = ctx; });
9273 }
9274
9275 registerContext(SCE_CONTEXTS.HTML, [
9276 'iframe|srcdoc',

Callers 1

$CompileProviderFunction · 0.85

Calls 1

forEachFunction · 0.70

Tested by

no test coverage detected