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

Function jqLiteIsTextNode

test/angular/1.7/angular.js:3151–3153  ·  view source on GitHub ↗
(html)

Source from the content-addressed store, hash-verified

3149
3150
3151function jqLiteIsTextNode(html) {
3152 return !HTML_REGEXP.test(html);
3153}
3154
3155function jqLiteAcceptsData(node) {
3156 // 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