My Angularjs app works fine in Chrome but not in IE9 (haven't testing >IE9 yet).
I am fetching some data from the DB and displaying the results in a list. I can then delete the data and add new data saving to the DB each time. IE9 shows the original data that I started with even though when I look in the DB the data has changed as I would expect.
I assume this is down to caching behaviour in IE9 but I'm not sure how I should go about tackling this.
I'm using a MEAN stack. Any suggestions/advice would be great.