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

Function jqLiteIsTextNode

test/angular/1.2/angular.js:2317–2319  ·  view source on GitHub ↗
(html)

Source from the content-addressed store, hash-verified

2315wrapMap.th = wrapMap.td;
2316
2317function jqLiteIsTextNode(html) {
2318 return !HTML_REGEXP.test(html);
2319}
2320
2321function jqLiteBuildFragment(html, context) {
2322 var elem, tmp, tag, wrap,

Callers 3

jqLiteBuildFragmentFunction · 0.70
applyDirectivesToNodeFunction · 0.70
compileTemplateUrlFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected