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

Function invokeLinkFn

test/angular/1.5/angular.js:10150–10156  ·  view source on GitHub ↗
(linkFn, scope, $element, attrs, controllers, transcludeFn)

Source from the content-addressed store, hash-verified

10148
10149
10150 function invokeLinkFn(linkFn, scope, $element, attrs, controllers, transcludeFn) {
10151 try {
10152 linkFn(scope, $element, attrs, controllers, transcludeFn);
10153 } catch (e) {
10154 $exceptionHandler(e, startingTag($element));
10155 }
10156 }
10157
10158
10159 // Set up $watches for isolate scope and controller bindings.

Callers 1

nodeLinkFnFunction · 0.70

Calls 1

startingTagFunction · 0.70

Tested by

no test coverage detected