I have an application with AngularJs
, in this application when I make some changes and then deploy
the browser does not recognize those changes. It only works when I change the URL
of that application.
I got some tips here from SOpt
to use querystring
with Timestamp
, but I'd like to try to solve this problem using something like AngularJS
Would there be any way to disable or handle the cache so that this problem does not happen?