Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 462ed03 commit 6031f1dCopy full SHA for 6031f1d
src/ng/compile.js
@@ -399,7 +399,6 @@ function $CompileProvider($provide) {
399
// jquery always rewraps, whereas we need to preserve the original selector so that we can modify it.
400
$compileNodes = jqLite($compileNodes);
401
}
402
- var tempParent = document.createDocumentFragment();
403
// We can not compile top level text elements since text nodes can be merged and we will
404
// not be able to attach scope data to them, so we will wrap them in <span>
405
forEach($compileNodes, function(node, index){
0 commit comments