MCPcopy
hub / github.com/angular-ui/ui-grid / invokeLinkFn

Function invokeLinkFn

lib/test/angular/1.8.0/angular.js:11332–11338  ·  view source on GitHub ↗
(linkFn, scope, $element, attrs, controllers, transcludeFn)

Source from the content-addressed store, hash-verified

11330
11331
11332 function invokeLinkFn(linkFn, scope, $element, attrs, controllers, transcludeFn) {
11333 try {
11334 linkFn(scope, $element, attrs, controllers, transcludeFn);
11335 } catch (e) {
11336 $exceptionHandler(e, startingTag($element));
11337 }
11338 }
11339
11340 function strictBindingsCheck(attrName, directiveName) {
11341 if (strictComponentBindingsEnabled) {

Callers 1

nodeLinkFnFunction · 0.70

Calls 1

startingTagFunction · 0.70

Tested by

no test coverage detected