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