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

Function invokeLinkFn

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

Source from the content-addressed store, hash-verified

10607
10608
10609 function invokeLinkFn(linkFn, scope, $element, attrs, controllers, transcludeFn) {
10610 try {
10611 linkFn(scope, $element, attrs, controllers, transcludeFn);
10612 } catch (e) {
10613 $exceptionHandler(e, startingTag($element));
10614 }
10615 }
10616
10617 function strictBindingsCheck(attrName, directiveName) {
10618 if (strictComponentBindingsEnabled) {

Callers 1

nodeLinkFnFunction · 0.70

Calls 1

startingTagFunction · 0.70

Tested by

no test coverage detected