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
Post a Comment