MCPcopy Create free account
hub / github.com/angular-ui/ui-router / invokeLinkFn

Function invokeLinkFn

test/angular/1.3/angular.js:8279–8285  ·  view source on GitHub ↗
(linkFn, scope, $element, attrs, controllers, transcludeFn)

Source from the content-addressed store, hash-verified

8277
8278
8279 function invokeLinkFn(linkFn, scope, $element, attrs, controllers, transcludeFn) {
8280 try {
8281 linkFn(scope, $element, attrs, controllers, transcludeFn);
8282 } catch (e) {
8283 $exceptionHandler(e, startingTag($element));
8284 }
8285 }
8286 }];
8287}
8288

Callers 1

nodeLinkFnFunction · 0.70

Calls 1

startingTagFunction · 0.70

Tested by

no test coverage detected