(element, name)
| 3032 | |
| 3033 | |
| 3034 | function jqLiteController(element, name) { |
| 3035 | return jqLiteInheritedData(element, '$' + (name || 'ngController') + 'Controller'); |
| 3036 | } |
| 3037 | |
| 3038 | function jqLiteInheritedData(element, name, value) { |
| 3039 | // if element is the document object work with the html element instead |
nothing calls this directly
no test coverage detected