aboutsummaryrefslogtreecommitdiffstats
path: root/src/Angular.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/Angular.js')
-rw-r--r--src/Angular.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Angular.js b/src/Angular.js
index 3f248849..c75908a7 100644
--- a/src/Angular.js
+++ b/src/Angular.js
@@ -350,7 +350,6 @@ function merge(src, dst) {
function compile(element, existingScope) {
var compiler = new Compiler(angularTextMarkup, angularAttrMarkup, angularDirective, angularWidget),
$element = jqLite(element);
- parent.$element = $element;
return compiler.compile($element)($element, existingScope);
}
/////////////////////////////////////////////////