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

Function markDirectivesAsIsolate

test/angular/1.3/angular.js:7823–7828  ·  view source on GitHub ↗
(directives)

Source from the content-addressed store, hash-verified

7821 }
7822
7823 function markDirectivesAsIsolate(directives) {
7824 // mark all directives as needing isolate scope.
7825 for (var j = 0, jj = directives.length; j < jj; j++) {
7826 directives[j] = inherit(directives[j], {$$isolateScope: true});
7827 }
7828 }
7829
7830 /**
7831 * 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