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

Function jqLiteController

test/angular/1.3/angular.js:2712–2714  ·  view source on GitHub ↗
(element, name)

Source from the content-addressed store, hash-verified

2710
2711
2712function jqLiteController(element, name) {
2713 return jqLiteInheritedData(element, '$' + (name || 'ngController') + 'Controller');
2714}
2715
2716function jqLiteInheritedData(element, name, value) {
2717 // 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