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

Function jqLiteIsTextNode

lib/test/angular/1.4.3/angular.js:2670–2672  ·  view source on GitHub ↗
(html)

Source from the content-addressed store, hash-verified

2668
2669
2670function jqLiteIsTextNode(html) {
2671 return !HTML_REGEXP.test(html);
2672}
2673
2674function jqLiteAcceptsData(node) {
2675 // The window object can accept data but has no nodeType

Callers 3

jqLiteBuildFragmentFunction · 0.70
applyDirectivesToNodeFunction · 0.70
compileTemplateUrlFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected