I am developing a portal using ASP.NET MVC plus AngularJS. Everything is working as expected. However, intermittently during development, when I refresh the page, I just see the angular expressions as below (in both chrome and IE 9).
I initially thought it to be a caching issue, and have disabled caching using $httpProvider as suggested here.
Any idea what is the root cause for this behaviour and how to resolve the same.