kenp
kenp

Reputation: 500

Angularjs clear browser cache

Each time i do changes in my Angular template (html file) i need to clear my browser cache and refresh the browser so the changes can be applied. Is there a way to avoid that ?

I'm using Chrome and Firefox.

Thanks

Upvotes: 0

Views: 3050

Answers (1)

paul
paul

Reputation: 22001

If you have the developer tools console open, then press F1 and select 'Disable Cache (while devtools is open)' (for chrome)

Upvotes: 5

Related Questions