(element, name)
| 3419 | |
| 3420 | |
| 3421 | function jqLiteController(element, name) { |
| 3422 | return jqLiteInheritedData(element, '$' + (name || 'ngController') + 'Controller'); |
| 3423 | } |
| 3424 | |
| 3425 | function jqLiteInheritedData(element, name, value) { |
| 3426 | // if element is the document object work with the html element instead |
nothing calls this directly
no test coverage detected