MCPcopy
hub / github.com/angular-ui/ui-grid / addEventDirective

Function addEventDirective

lib/test/angular/1.8.0/angular.js:11174–11178  ·  view source on GitHub ↗
(directives, attrName, eventName)

Source from the content-addressed store, hash-verified

11172 }
11173
11174 function addEventDirective(directives, attrName, eventName) {
11175 directives.push(
11176 createEventDirective($parse, $rootScope, $exceptionHandler, attrName, eventName, /*forceAsync=*/false)
11177 );
11178 }
11179
11180 function addAttrInterpolateDirective(node, directives, value, name, isNgAttr) {
11181 var nodeName = nodeName_(node);

Callers 1

collectDirectivesFunction · 0.85

Calls 1

createEventDirectiveFunction · 0.85

Tested by

no test coverage detected