(element, name)
| 2933 | |
| 2934 | |
| 2935 | function jqLiteController(element, name) { |
| 2936 | return jqLiteInheritedData(element, '$' + (name || 'ngController') + 'Controller'); |
| 2937 | } |
| 2938 | |
| 2939 | function jqLiteInheritedData(element, name, value) { |
| 2940 | // if element is the document object work with the html element instead |
nothing calls this directly
no test coverage detected