MCPcopy Create free account
hub / github.com/EricSimons/ionic-course / jqLiteIsTextNode

Function jqLiteIsTextNode

code/songhop/www/lib/angular/angular.js:2409–2411  ·  view source on GitHub ↗
(html)

Source from the content-addressed store, hash-verified

2407
2408
2409function jqLiteIsTextNode(html) {
2410 return !HTML_REGEXP.test(html);
2411}
2412
2413function jqLiteAcceptsData(node) {
2414 // 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