(element, name)
| 3425 | |
| 3426 | |
| 3427 | function jqLiteController(element, name) { |
| 3428 | return jqLiteInheritedData(element, '$' + (name || 'ngController') + 'Controller'); |
| 3429 | } |
| 3430 | |
| 3431 | function jqLiteInheritedData(element, name, value) { |
| 3432 | // if element is the document object work with the html element instead |
nothing calls this directly
no test coverage detected