MCPcopy Create free account
hub / github.com/EricSimons/ionic-course / invokeLinkFn

Function invokeLinkFn

code/songhop/www/lib/angular/angular.js:8192–8198  ·  view source on GitHub ↗
(linkFn, scope, $element, attrs, controllers, transcludeFn)

Source from the content-addressed store, hash-verified

8190
8191
8192 function invokeLinkFn(linkFn, scope, $element, attrs, controllers, transcludeFn) {
8193 try {
8194 linkFn(scope, $element, attrs, controllers, transcludeFn);
8195 } catch (e) {
8196 $exceptionHandler(e, startingTag($element));
8197 }
8198 }
8199 }];
8200}
8201

Callers 1

nodeLinkFnFunction · 0.70

Calls 1

startingTagFunction · 0.70

Tested by

no test coverage detected