(element, name)
| 3530 | |
| 3531 | |
| 3532 | function jqLiteController(element, name) { |
| 3533 | return jqLiteInheritedData(element, '$' + (name || 'ngController') + 'Controller'); |
| 3534 | } |
| 3535 | |
| 3536 | function jqLiteInheritedData(element, name, value) { |
| 3537 | // if element is the document object work with the html element instead |
nothing calls this directly
no test coverage detected