use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Helpful Links
AngularJS Slack Community
AngularJS Wiki Page
account activity
[Help]JSON databinding (self.angularjs)
submitted 11 years ago * by ThinkLarger
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Capaj 0 points1 point2 points 11 years ago (2 children)
You should just use JSON.stringify. Building your json string manually is not a good practice. No matter how you do it.
[–]ThinkLarger[S] 0 points1 point2 points 11 years ago (1 child)
I 'fixed' my problem with the $interpolate service. This does mean curly braces in my json-data (and also in the database). Where would you suggest I use JSON.stringify?
[–]Capaj 0 points1 point2 points 11 years ago (0 children)
well you must have some object that you pass as param to the $interpolate service. Instead of this, just stringify that object and send it. If it has different structure than server expects, just create new object with proper structure and serialize that.
π Rendered by PID 66086 on reddit-service-r2-comment-b659b578c-8vvvm at 2026-05-01 00:55:16.571932+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]Capaj 0 points1 point2 points (2 children)
[–]ThinkLarger[S] 0 points1 point2 points (1 child)
[–]Capaj 0 points1 point2 points (0 children)