We've created a browser-based app using AngularJS and are currently testing it with a group of clients. One major challenge we're facing is explaining how to "Empty Cache and Hard Reload" using the Chrome browser (by pressing F12, then clicking on the Refresh button in the top right corner and selecting "Empty Cache and Hard Reload").
Since we're only testing on Chrome at the moment, we're wondering if there's a way to achieve the same effect using JavaScript. For example, instructing them to press a "Hard reset button" like this: document.location.reload(true);