Answer the question
In order to leave comments, you need to log in
How to disable cache in angularjs?
I've been toiling for a day now, when editing in the view, everything is cached to death, I can't understand why, that is, the changes are not visible, if it starts in another browser, then everything is OK.
Is there any way to disable the cache when developing in angular?
Answer the question
In order to leave comments, you need to log in
Decided by adding
<meta http-equiv="CACHE-CONTROL" content="NO-CACHE">
<meta http-equiv="CACHE-CONTROL" content="NO-STORE">
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question