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

Function invokeLinkFn

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

Source from the content-addressed store, hash-verified

9488
9489
9490 function invokeLinkFn(linkFn, scope, $element, attrs, controllers, transcludeFn) {
9491 try {
9492 linkFn(scope, $element, attrs, controllers, transcludeFn);
9493 } catch (e) {
9494 $exceptionHandler(e, startingTag($element));
9495 }
9496 }
9497
9498
9499 // 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