Ive read about this method called cache-busting that allows us to add version parameters to our js and css files so that clients wont have to clear cache every time we have an update. However, I didn`t read any about html.
Is there any method that allows us to load latest html file changes without clearing the cache?
P.S. I dont know about others but I just discovered that it is angularjs that is caching my templates. I posted my own solution anyway