I am new to Angular JS. I am done with my project. but somewhere I need to play with browser cache. Sometimes API gives me 400 Error code. and if I clear cache then it works fine.
I am done with following that did not work.
- F12 - disable cache. { this is good at development user side it is not}
- applied query string to my js files.
- applied $templatecache related code.
- if anyone have any idea about that. please share.