I have this odd issue, In my application I load some information from a database via php, update the data, send it back to the server and update on the server, and then re-query the data and display it. Works exactly as it should on chrome, however when I use it on IE it sends the update, makes all the changes on the server but the returned query that's run after a promise, and returned is the old data..I've done developer debug and the server does seem to be returning the old data even though it is updated in the server. I wondered if anyone knew why? Works perfectly on chrome.
-- 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/d/optout.
