I have this problem regarding an AngularJS controller (2 way data binding issue using IE 11 with AngularJS) and I just realized that the problem does NOT occur whenever I have the debugging tools open in IE 11.
Does anyone know why this might occur and if there is a way to fix it?
console.log()anywhere in your code?console.logto$log, see what happensJSON.stringify($scope.Throttles)and it is still happening. For some reason the$scope.Throttlesobject is identical before and after my$scope.Throttles = data.Throttlesassignment