Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trial
Marcel Härle
4,066 PointsAngularJS/jQuery, DOM update IE 10
We are developing a webapp with Node.js on the backend and AngularJS/jQuery on the frontend. Everything works fine on Chrome, Firefox and Opera, but we are having really big issues with the Internet Explorer at the moment.
Submit buttons and other buttons that trigger some action on the server are bound to $scope or jQuery callback functions. I can see that all GET, POST, PUT or DELETE request are sent by the browser and processed on the server, but the Internet Explorer does not update the DOM after the success handler is called. I have checked that the success callback is called on the IE, but no update on any databinding after the initial pageload is reflected in the browser. I have to reload the page if a want to see the changes. This is a real show-stopper for our application.
I wonder if it could be a security issue, but this is a contradiction to the initial loading and proper setting of the databinding-values.
Has anyone an idea or a working solution for our problem?
Thanks!