javascript - angular json format using $http on internet explorer -
i have angular app using $http module. server response looks "{"utilisateurannuaire":{"id":"6"}...}" , works.
but when try use app on ie 10.0.9, response looks "{\"utilisateurannuaire\":{\"id\":\"6\"}...}" , angular fail use json.parse().
i don't understand why, have idea ? !
a few things:
- are setting response content type
application/json
? - are sure ie 10 escaping string? try out in chrome or firefox. ie 10 pretty close them in terms of compliance.
Comments
Post a Comment