All the ajax calls that are sent from the IE are cached by Angular and I get a 304 response
for all the subsequent calls.(从IE发送的所有ajax调用都被Angular缓存,我为所有后续调用获得304 response
。)
cache attribute
to $http.get but still it didn't help.(我尝试将cache attribute
添加到$ http.get,但仍然没有帮助。) How can this issue be resolved?(该问题如何解决?)
ask by Rahul translate from so