Closed MathRobin closed 11 years ago
@MathRobin what do you mean exactly by "But if I remove JSON.stringify it doesn't work"? I've just created a jsFillde where I can POST an object with HTML tags inside: http://jsfiddle.net/kWVVs/2/
Anyway, it sounds more like a general question about AngularJS usage and not a bug report / feature request. As such would be better asked on the mailing list (https://groups.google.com/group/angular) or the IRC (#angularjs) channel. The mailing list is very active and people there will be happy to help.
Going to close this one for now, please reopen if you believe that there is a bug in AngularJS.
I've a specific situation which give me a problem. That's my simplified code :
But that's give that request "Form Data" in Dev Tools :
It breaks the stringgived to data. But if I remove JSON.stringify it doesn't work too and I've tried with .toString() instead of, but no more interesting results.
How do you provide HTML string to $http ?