I wrote a single page angular app that uses ui-router. Everything works great in Chrome, but Im running into issues with IE and caching. Anytime my app changes states, I'd like to force a refresh from the browser
to prevent caching
I know this comes at a cost of latency, but its not an issue for this application