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

Function invokeLinkFn

lib/test/angular/1.7.0/angular.js:10698–10704  ·  view source on GitHub ↗
(linkFn, scope, $element, attrs, controllers, transcludeFn)

Source from the content-addressed store, hash-verified

10696
10697
10698 function invokeLinkFn(linkFn, scope, $element, attrs, controllers, transcludeFn) {
10699 try {
10700 linkFn(scope, $element, attrs, controllers, transcludeFn);
10701 } catch (e) {
10702 $exceptionHandler(e, startingTag($element));
10703 }
10704 }
10705
10706 function strictBindingsCheck(attrName, directiveName) {
10707 if (strictComponentBindingsEnabled) {

Callers 1

nodeLinkFnFunction · 0.70

Calls 1

startingTagFunction · 0.70

Tested by

no test coverage detected