diff options
| -rw-r--r-- | src/widgets.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/widgets.js b/src/widgets.js index c9dfab99..83a784f1 100644 --- a/src/widgets.js +++ b/src/widgets.js @@ -273,6 +273,7 @@ angularWidget('ng:include', function(element){ childScope.$init(); }); } else { + childScope = null; element.html(''); } }); |
