(element, name)
| 2710 | |
| 2711 | |
| 2712 | function jqLiteController(element, name) { |
| 2713 | return jqLiteInheritedData(element, '$' + (name || 'ngController') + 'Controller'); |
| 2714 | } |
| 2715 | |
| 2716 | function jqLiteInheritedData(element, name, value) { |
| 2717 | // if element is the document object work with the html element instead |
nothing calls this directly
no test coverage detected