MCPcopy
hub / github.com/jquery/esprima / markDirectivesAsIsolate

Function markDirectivesAsIsolate

test/3rdparty/angular-1.2.5.js:6194–6199  ·  view source on GitHub ↗
(directives)

Source from the content-addressed store, hash-verified

6192 }
6193
6194 function markDirectivesAsIsolate(directives) {
6195 // mark all directives as needing isolate scope.
6196 for (var j = 0, jj = directives.length; j < jj; j++) {
6197 directives[j] = inherit(directives[j], {$$isolateScope: true});
6198 }
6199 }
6200
6201 /**
6202 * looks up the directive and decorates it with exception handling and proper parameters. We

Callers 2

applyDirectivesToNodeFunction · 0.85
compileTemplateUrlFunction · 0.85

Calls 1

inheritFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…