(linkFn, scope, $element, attrs, controllers, transcludeFn)
| 10148 | |
| 10149 | |
| 10150 | function invokeLinkFn(linkFn, scope, $element, attrs, controllers, transcludeFn) { |
| 10151 | try { |
| 10152 | linkFn(scope, $element, attrs, controllers, transcludeFn); |
| 10153 | } catch (e) { |
| 10154 | $exceptionHandler(e, startingTag($element)); |
| 10155 | } |
| 10156 | } |
| 10157 | |
| 10158 | |
| 10159 | // Set up $watches for isolate scope and controller bindings. |
no test coverage detected