javascript - IE not show newest data -


i use angularjs data server. work in chrome , firefox if data in server changed. in ie, not show newest data. think because ie save data in cache send request server new data ie still shows old data. how fix bug.

try use this: https://github.com/saintmac/angular-cache-buster adds query string requests ?timestamp=123456789 disallow ie cache it.

basically if don't want use that, have add different query string url requested each time. prevents ie caching request.


Comments

Popular posts from this blog

How to connect android app to App engine -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

php - display validation error message next to the textbox in codeigniter -