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

Function invokeLinkFn

test/angular/1.7/angular.js:11267–11273  ·  view source on GitHub ↗
(linkFn, scope, $element, attrs, controllers, transcludeFn)

Source from the content-addressed store, hash-verified

11265
11266
11267 function invokeLinkFn(linkFn, scope, $element, attrs, controllers, transcludeFn) {
11268 try {
11269 linkFn(scope, $element, attrs, controllers, transcludeFn);
11270 } catch (e) {
11271 $exceptionHandler(e, startingTag($element));
11272 }
11273 }
11274
11275 function strictBindingsCheck(attrName, directiveName) {
11276 if (strictComponentBindingsEnabled) {

Callers 1

nodeLinkFnFunction · 0.70

Calls 1

startingTagFunction · 0.70

Tested by

no test coverage detected