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

Function jqLiteIsTextNode

test/angular/1.4/angular.js:2745–2747  ·  view source on GitHub ↗
(html)

Source from the content-addressed store, hash-verified

2743
2744
2745function jqLiteIsTextNode(html) {
2746 return !HTML_REGEXP.test(html);
2747}
2748
2749function jqLiteAcceptsData(node) {
2750 // 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