function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Michael Johnson 29Michael Johnson 29 

Apex Rerender conflict with AngularJS in IE

We are using a combination of Visualforce and AngularJS to build a community site. Whenever any type of Apex rerender is included (be it in an action function, action support, button etc) all scripts and content loaded using AngularJS break. This is only an issue using Internet Explorer. If I remove the rerender tags within the Visualforce components, everything works fine. Any suggestions?
ShashankShashank (Salesforce Developers) 
Please see if this helps: http://salesforce.stackexchange.com/questions/99661/angular-js-ng-click-issue-function-called-only-on-second-click

I would also suggest using Visualforce remoting: https://apschwartz.wordpress.com/articles/using-angularjs-with-visualforce-remoting/