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

Function jqLiteController

test/angular/1.4/angular.js:3034–3036  ·  view source on GitHub ↗
(element, name)

Source from the content-addressed store, hash-verified

3032
3033
3034function jqLiteController(element, name) {
3035 return jqLiteInheritedData(element, '$' + (name || 'ngController') + 'Controller');
3036}
3037
3038function jqLiteInheritedData(element, name, value) {
3039 // 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