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

Function nodeName_

test/angular/1.7/angular.js:906–908  ·  view source on GitHub ↗
(element)

Source from the content-addressed store, hash-verified

904
905
906function nodeName_(element) {
907 return lowercase(element.nodeName || (element[0] && element[0].nodeName));
908}
909
910function includes(array, obj) {
911 return Array.prototype.indexOf.call(array, obj) !== -1;

Callers 10

getBooleanAttrNameFunction · 0.70
angular.jsFile · 0.70
getFirstAnchorFunction · 0.70
$CompileProviderFunction · 0.70
collectDirectivesFunction · 0.70
applyDirectivesToNodeFunction · 0.70
addPropertyDirectiveFunction · 0.70
$LocationProviderFunction · 0.70

Calls 1

lowercaseFunction · 0.70

Tested by

no test coverage detected