MCPcopy Create free account
hub / github.com/OpenReservation/OpenReservation / invokeLinkFn

Function invokeLinkFn

OpenReservation/wwwroot/Scripts/angular.js:9736–9742  ·  view source on GitHub ↗
(linkFn, scope, $element, attrs, controllers, transcludeFn)

Source from the content-addressed store, hash-verified

9734 }
9735
9736 function invokeLinkFn(linkFn, scope, $element, attrs, controllers, transcludeFn) {
9737 try {
9738 linkFn(scope, $element, attrs, controllers, transcludeFn);
9739 } catch (e) {
9740 $exceptionHandler(e, startingTag($element));
9741 }
9742 }
9743
9744 // Set up $watches for isolate scope and controller bindings. This process
9745 // only occurs for isolate scopes and new scopes with controllerAs.

Callers 1

nodeLinkFnFunction · 0.85

Calls 1

startingTagFunction · 0.85

Tested by

no test coverage detected