MCPcopy Create free account
hub / github.com/bclinkinbeard/angular / markDirectivesAsIsolate

Function markDirectivesAsIsolate

test/fixtures/foo.js:6730–6735  ·  view source on GitHub ↗
(directives)

Source from the content-addressed store, hash-verified

6728 }
6729
6730 function markDirectivesAsIsolate(directives) {
6731 // mark all directives as needing isolate scope.
6732 for (var j = 0, jj = directives.length; j < jj; j++) {
6733 directives[j] = inherit(directives[j], {$$isolateScope: true});
6734 }
6735 }
6736
6737 /**
6738 * 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