(element, name)
| 3045 | |
| 3046 | |
| 3047 | function jqLiteController(element, name) { |
| 3048 | return jqLiteInheritedData(element, '$' + (name || 'ngController') + 'Controller'); |
| 3049 | } |
| 3050 | |
| 3051 | function jqLiteInheritedData(element, name, value) { |
| 3052 | // if element is the document object work with the html element instead |
nothing calls this directly
no test coverage detected