MCPcopy Index your code
hub / github.com/angular-ui/ui-router / markDirectivesAsIsolate

Function markDirectivesAsIsolate

test/angular/1.2/angular.js:6805–6810  ·  view source on GitHub ↗
(directives)

Source from the content-addressed store, hash-verified

6803 }
6804
6805 function markDirectivesAsIsolate(directives) {
6806 // mark all directives as needing isolate scope.
6807 for (var j = 0, jj = directives.length; j < jj; j++) {
6808 directives[j] = inherit(directives[j], {$$isolateScope: true});
6809 }
6810 }
6811
6812 /**
6813 * 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