(element, name)
| 2665 | |
| 2666 | |
| 2667 | function jqLiteController(element, name) { |
| 2668 | return jqLiteInheritedData(element, '$' + (name || 'ngController') + 'Controller'); |
| 2669 | } |
| 2670 | |
| 2671 | function jqLiteInheritedData(element, name, value) { |
| 2672 | // if element is the document object work with the html element instead |
nothing calls this directly
no test coverage detected