MCPcopy
hub / github.com/angular-ui/ui-grid / jqLiteController

Function jqLiteController

lib/test/angular/1.7.0/angular.js:3421–3423  ·  view source on GitHub ↗
(element, name)

Source from the content-addressed store, hash-verified

3419
3420
3421function jqLiteController(element, name) {
3422 return jqLiteInheritedData(element, '$' + (name || 'ngController') + 'Controller');
3423}
3424
3425function jqLiteInheritedData(element, name, value) {
3426 // 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