(element, name)
| 3465 | |
| 3466 | |
| 3467 | function jqLiteController(element, name) { |
| 3468 | return jqLiteInheritedData(element, '$' + (name || 'ngController') + 'Controller'); |
| 3469 | } |
| 3470 | |
| 3471 | function jqLiteInheritedData(element, name, value) { |
| 3472 | // if element is the document object work with the html element instead |
nothing calls this directly
no test coverage detected