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

Function jqLiteIsTextNode

test/angular/1.5/angular.js:2902–2904  ·  view source on GitHub ↗
(html)

Source from the content-addressed store, hash-verified

2900
2901
2902function jqLiteIsTextNode(html) {
2903 return !HTML_REGEXP.test(html);
2904}
2905
2906function jqLiteAcceptsData(node) {
2907 // 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