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:

  1. are setting response content type application/json?
  2. are sure ie 10 escaping string? try out in chrome or firefox. ie 10 pretty close them in terms of compliance.

Comments

Popular posts from this blog

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

javascript - How to name a jQuery function to make a browser's back button work? -