MCPcopy Index your code
hub / github.com/angular-ui/ui-grid / nodeName_

Function nodeName_

lib/test/angular/1.4.3/angular.js:790–792  ·  view source on GitHub ↗
(element)

Source from the content-addressed store, hash-verified

788
789
790function nodeName_(element) {
791 return lowercase(element.nodeName || (element[0] && element[0].nodeName));
792}
793
794function includes(array, obj) {
795 return Array.prototype.indexOf.call(array, obj) != -1;

Callers 9

getBooleanAttrNameFunction · 0.70
angular.jsFile · 0.70
getFirstAnchorFunction · 0.70
$CompileProviderFunction · 0.70
collectDirectivesFunction · 0.70
getTrustedContextFunction · 0.70
$LocationProviderFunction · 0.70

Calls 1

lowercaseFunction · 0.70

Tested by

no test coverage detected