Reputation: 599
When I upload changes in my html partial files of AngularJS there is a cache and the old data is shown. Just after a couple of refresh actions the changes are shown.
How can I make the changes available immediately?
Upvotes: 2
Views: 268
Reputation: 595
if you are on chrome browser go to devTools F12
then click on the gear icon on the left and then tick "Disable cache(while DevTools is open)
Upvotes: 2