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

Function invokeLinkFn

test/angular/1.6/angular.js:10680–10686  ·  view source on GitHub ↗
(linkFn, scope, $element, attrs, controllers, transcludeFn)

Source from the content-addressed store, hash-verified

10678
10679
10680 function invokeLinkFn(linkFn, scope, $element, attrs, controllers, transcludeFn) {
10681 try {
10682 linkFn(scope, $element, attrs, controllers, transcludeFn);
10683 } catch (e) {
10684 $exceptionHandler(e, startingTag($element));
10685 }
10686 }
10687
10688 function strictBindingsCheck(attrName, directiveName) {
10689 if (strictComponentBindingsEnabled) {

Callers 1

nodeLinkFnFunction · 0.70

Calls 1

startingTagFunction · 0.70

Tested by

no test coverage detected