MCPcopy Index your code
hub / github.com/binux/qiandao / markDirectivesAsIsolate

Function markDirectivesAsIsolate

web/static/components/angularjs/angular.js:6702–6707  ·  view source on GitHub ↗
(directives)

Source from the content-addressed store, hash-verified

6700 }
6701
6702 function markDirectivesAsIsolate(directives) {
6703 // mark all directives as needing isolate scope.
6704 for (var j = 0, jj = directives.length; j < jj; j++) {
6705 directives[j] = inherit(directives[j], {$$isolateScope: true});
6706 }
6707 }
6708
6709 /**
6710 * 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