MCPcopy Create free account
hub / github.com/angular-ui/ui-grid / invokeLinkFn

Function invokeLinkFn

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

Source from the content-addressed store, hash-verified

8646
8647
8648 function invokeLinkFn(linkFn, scope, $element, attrs, controllers, transcludeFn) {
8649 try {
8650 linkFn(scope, $element, attrs, controllers, transcludeFn);
8651 } catch (e) {
8652 $exceptionHandler(e, startingTag($element));
8653 }
8654 }
8655
8656
8657 // Set up $watches for isolate scope and controller bindings. This process

Callers 1

nodeLinkFnFunction · 0.70

Calls 1

startingTagFunction · 0.70

Tested by

no test coverage detected