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

Function extractElementNode

lib/test/angular/1.5.0/angular-animate.js:158–166  ·  view source on GitHub ↗
(element)

Source from the content-addressed store, hash-verified

156}
157
158function extractElementNode(element) {
159 if (!element[0]) return element;
160 for (var i = 0; i < element.length; i++) {
161 var elm = element[i];
162 if (elm.nodeType == ELEMENT_NODE) {
163 return elm;
164 }
165 }
166}
167
168function $$addClass($$jqLite, element, className) {
169 forEach(element, function(elm) {

Callers 3

stripCommentsFromElementFunction · 0.70
angular-animate.jsFile · 0.70
filterFromRegistryFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected