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

Function jqLiteIsTextNode

test/angular/1.3/angular.js:2454–2456  ·  view source on GitHub ↗
(html)

Source from the content-addressed store, hash-verified

2452
2453
2454function jqLiteIsTextNode(html) {
2455 return !HTML_REGEXP.test(html);
2456}
2457
2458function jqLiteAcceptsData(node) {
2459 // 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