There is an example application at http://www.codeproject.com/Articles/1118189/CRUD-USING-NET-CORE-ANGULARJS-WEBAPI that functions in Chrome but async calls seem to fail in IE11. I have tried adding/removing combinations of the following
<META HTTP-EQUIV="Pragma" CONTENT="no-cache"> <META HTTP-EQUIV="Expires" CONTENT="-1"> <meta http-equiv="X-UA-Compatible" content="IE=EDGE" /> <script src="../lib-npm/es5-shim/es5-shim.js"></script> <script src="../lib-npm/es5-shim/es5-sham.js"></script> <script src="../lib-npm/es6-shim/shims_for_IE.js"></script> <script src="../lib-npm/es6-shim/es6-shim.js"></script> If I open development tools in Internet Explorer and change emulation to 10, the page functions as expected. (data in list updates on save) But if I change the X-UA-Compatible from edge to 10, the call still fails. steve -- You received this message because you are subscribed to the Google Groups "Angular" 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 https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
