Hi, I use angularjs to load data from a REST web service and show the data to the user. We had an issue that changes in the data were not shown to the user unless he emtpied his browser cache. Apparently the browser seems to cache the REST web service data because it thinks it is a web page. (*http://www.c-sharpcorner.com/uploadfile/dhananjaycoder/solving-caching-problem-of-ie-for-wcf-rest-service/ <http://www.c-sharpcorner.com/uploadfile/dhananjaycoder/solving-caching-problem-of-ie-for-wcf-rest-service/>* )
In the same article they also mention a cache parameter for jQuery, which allows to deactivate the browser cache. Is this also possible with AngularJS? Best regards, Veit -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/groups/opt_out.
