aboutsummaryrefslogtreecommitdiffstats
path: root/src/widgets.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets.js')
-rw-r--r--src/widgets.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/widgets.js b/src/widgets.js
index 209b24b7..8a816934 100644
--- a/src/widgets.js
+++ b/src/widgets.js
@@ -239,6 +239,11 @@ var ngSwitch = angularWidget('NG:SWITCH', function (element){
}
});
+ // this needs to be here for IE
+ foreach(cases, function(_case){
+ _case.element.remove();
+ });
+
element.html('');
return function(element){
var scope = this, childScope;