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

Function invokeLinkFn

test/angular/1.4/angular.js:9097–9103  ·  view source on GitHub ↗
(linkFn, scope, $element, attrs, controllers, transcludeFn)

Source from the content-addressed store, hash-verified

9095
9096
9097 function invokeLinkFn(linkFn, scope, $element, attrs, controllers, transcludeFn) {
9098 try {
9099 linkFn(scope, $element, attrs, controllers, transcludeFn);
9100 } catch (e) {
9101 $exceptionHandler(e, startingTag($element));
9102 }
9103 }
9104
9105
9106 // 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