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

Function addEventDirective

test/angular/1.7/angular.js:11109–11113  ·  view source on GitHub ↗
(directives, attrName, eventName)

Source from the content-addressed store, hash-verified

11107 }
11108
11109 function addEventDirective(directives, attrName, eventName) {
11110 directives.push(
11111 createEventDirective($parse, $rootScope, $exceptionHandler, attrName, eventName, /*forceAsync=*/false)
11112 );
11113 }
11114
11115 function addAttrInterpolateDirective(node, directives, value, name, isNgAttr) {
11116 var nodeName = nodeName_(node);

Callers 1

collectDirectivesFunction · 0.85

Calls 1

createEventDirectiveFunction · 0.85

Tested by

no test coverage detected