MCPcopy Create free account
hub / github.com/EricSimons/ionic-course / markDirectivesAsIsolate

Function markDirectivesAsIsolate

code/songhop/www/lib/angular/angular.js:7738–7743  ·  view source on GitHub ↗
(directives)

Source from the content-addressed store, hash-verified

7736 }
7737
7738 function markDirectivesAsIsolate(directives) {
7739 // mark all directives as needing isolate scope.
7740 for (var j = 0, jj = directives.length; j < jj; j++) {
7741 directives[j] = inherit(directives[j], {$$isolateScope: true});
7742 }
7743 }
7744
7745 /**
7746 * looks up the directive and decorates it with exception handling and proper parameters. We

Callers 2

applyDirectivesToNodeFunction · 0.70
compileTemplateUrlFunction · 0.70

Calls 1

inheritFunction · 0.70

Tested by

no test coverage detected