MCPcopy Create free account
hub / github.com/EricSimons/ionic-course / jqLiteController

Function jqLiteController

code/songhop/www/lib/angular/angular.js:2667–2669  ·  view source on GitHub ↗
(element, name)

Source from the content-addressed store, hash-verified

2665
2666
2667function jqLiteController(element, name) {
2668 return jqLiteInheritedData(element, '$' + (name || 'ngController') + 'Controller');
2669}
2670
2671function jqLiteInheritedData(element, name, value) {
2672 // 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