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

Function jqLiteIsTextNode

lib/test/angular/1.8.0/angular.js:3199–3201  ·  view source on GitHub ↗
(html)

Source from the content-addressed store, hash-verified

3197wrapMapIE9.optgroup = wrapMapIE9.option;
3198
3199function jqLiteIsTextNode(html) {
3200 return !HTML_REGEXP.test(html);
3201}
3202
3203function jqLiteAcceptsData(node) {
3204 // 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