Server JObject has null value when used with internet explorer, Breeze.js -
i using breeze.js version 1.4.0 , metadata version of 1.0.5 durandal.js build spa. have method called savechanges returns saveresult object. method configured stated in breeze documentation. here method used breeze save entity changes.
[httppost] public saveresult savechanges(jobject moduleitems) { return _repository.savechanges(moduleitems); }
when used other browsers i.e chrome, safari, firefox etc, works fine. when use internet explorer run application, moduleitems jobject has null value. try imagine how ie deals json object; please, appreciated. in advance.
if using ie10 shouldnt need include es5-shims working. have checked whether browser in compatibility mode compatibility mode = ie7 -> doesnt work compatibility mode off = ie10 -> works pretty well
Comments
Post a Comment