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

Function markDirectivesAsIsolate

lib/test/angular/1.4.3/angular.js:8182–8187  ·  view source on GitHub ↗
(directives)

Source from the content-addressed store, hash-verified

8180 }
8181
8182 function markDirectivesAsIsolate(directives) {
8183 // mark all directives as needing isolate scope.
8184 for (var j = 0, jj = directives.length; j < jj; j++) {
8185 directives[j] = inherit(directives[j], {$$isolateScope: true});
8186 }
8187 }
8188
8189 /**
8190 * 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.70

Tested by

no test coverage detected