I\'m trying to implement some cache busting on my angular application in a way that it will still allow caching but break it anytime we push new code to production. My setup
I think a popular approach is to use something like ng-templates (with a grunt plugin) to generate a JS file that pre-caches all of your templates. Then use the usemin grunt workflow along with an asset versioning task to version the JS file.