MCPcopy Create free account
hub / github.com/cafebazaar/blacksmith / invokeLinkFn

Function invokeLinkFn

web/static/bower_components/angular/angular.js:8787–8793  ·  view source on GitHub ↗
(linkFn, scope, $element, attrs, controllers, transcludeFn)

Source from the content-addressed store, hash-verified

8785
8786
8787 function invokeLinkFn(linkFn, scope, $element, attrs, controllers, transcludeFn) {
8788 try {
8789 linkFn(scope, $element, attrs, controllers, transcludeFn);
8790 } catch (e) {
8791 $exceptionHandler(e, startingTag($element));
8792 }
8793 }
8794
8795
8796 // Set up $watches for isolate scope and controller bindings. This process

Callers 1

nodeLinkFnFunction · 0.85

Calls 1

startingTagFunction · 0.85

Tested by

no test coverage detected