(element, name)
| 3194 | |
| 3195 | |
| 3196 | function jqLiteController(element, name) { |
| 3197 | return jqLiteInheritedData(element, '$' + (name || 'ngController') + 'Controller'); |
| 3198 | } |
| 3199 | |
| 3200 | function jqLiteInheritedData(element, name, value) { |
| 3201 | // if element is the document object work with the html element instead |
nothing calls this directly
no test coverage detected