javascript - Blank page on running AngularJS Application in iFrame in IE8 -


I am trying to run an AngularJS application in IE8 in an iframe. I get blank page
Observed Behavior:
1. IE8 works fine in the normal browser window.
2. Chrome and Firefox works fine in IFrame
3. If I right click and refresh iframe then works fine.
4. The HTML is fully loaded (checked in view source). AngularJS controller has not triggered any alerts and consoles.log is not displayed.
5. No JS errors are thrown

How can I enable the triggers of the Angular JS controller, can I manually trigger it on the window. Any insights and suggestions will help. Unfortunately I have to run an application inside an iframe in IE8? Choosing a browser or choosing a different browser is not an option. Thanks!
SKR

Finally reached a solution. As I mentioned in the description of this issue, if the page works fine on refresh, then refresh the page to load the solution.
I have mentioned once the page refresh solution, which is given in a given solution specifically.
There is no direct difference in loading time. The best part is that it works in IE8!


Comments

Popular posts from this blog

HTML/CSS - Automatically set height width from background image? -

php - Mysql Show Process - Sleep Commands and what to do -

c - What is the address of buf (the local variable in the main function)? -