angular-summernote
                                
                                
                                
                                    angular-summernote copied to clipboard
                            
                            
                            
                        Model value gets overridden in IE11
Hello,
i have a strange issue in IE11. I am loading my model data via $http, but summernote overrides this model data sometimes. The HTTP Request is triggered on controller initialization.
I placed a $scope.$watch on my model data. It changes three times in IE11.
- Model is set to 
undefined(probably due to controller initialization) - Model is set to 
"<br>"(only in IE11) - Model is set to the value provided by HTTP Response
 
Step 2 only happens in Internet Explorer and sometimes Step 3 happens before Step 2. Thats why my model data gets overridden.
Any ideas?
It's weird issues. Angular-summernote use sumernote's update event to change ngModel. So, I have to check the behavior in IE 11.