Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 07699b1

Browse files
committed
removed accidental assignment of $element to glabal space
1 parent 9878355 commit 07699b1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Angular.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,6 @@ function merge(src, dst) {
350350
function compile(element, existingScope) {
351351
var compiler = new Compiler(angularTextMarkup, angularAttrMarkup, angularDirective, angularWidget),
352352
$element = jqLite(element);
353-
parent.$element = $element;
354353
return compiler.compile($element)($element, existingScope);
355354
}
356355
/////////////////////////////////////////////////

0 commit comments

Comments
 (0)