(linkFn, scope, $element, attrs, controllers, transcludeFn)
| 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 |
no test coverage detected