MCPcopy Create free account
hub / github.com/angular-ui/ui-grid / jqLiteController

Function jqLiteController

lib/test/angular/1.4.3/angular.js:2935–2937  ·  view source on GitHub ↗
(element, name)

Source from the content-addressed store, hash-verified

2933
2934
2935function jqLiteController(element, name) {
2936 return jqLiteInheritedData(element, '$' + (name || 'ngController') + 'Controller');
2937}
2938
2939function jqLiteInheritedData(element, name, value) {
2940 // 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