I've developed an AngularJS SPA application, I'm seeing issues with my js files being mixed with the older versions because of cache even after the new deployment. Anyone know how to clear the cache through the angular code or some js code or through html every time the app loads for the first time, so that it won't mix both the new and old code.