MCPcopy Index your code
hub / github.com/angular-ui/ui-grid / jqLiteController

Function jqLiteController

lib/test/angular/1.8.0/angular.js:3532–3534  ·  view source on GitHub ↗
(element, name)

Source from the content-addressed store, hash-verified

3530
3531
3532function jqLiteController(element, name) {
3533 return jqLiteInheritedData(element, '$' + (name || 'ngController') + 'Controller');
3534}
3535
3536function jqLiteInheritedData(element, name, value) {
3537 // if element is the document object work with the html element instead

Callers

nothing calls this directly

Calls 1

jqLiteInheritedDataFunction · 0.70

Tested by

no test coverage detected