[AngularJS] Re: ngResource.query - Problems sending complex parameters

2014-12-10 Thread Ruben Costa
Hi, i have the same questions. Did you get any answer elsewhere? -- You received this message because you are subscribed to the Google Groups AngularJS group. To unsubscribe from this group and stop receiving emails from it, send an email to angular+unsubscr...@googlegroups.com. To post to

[AngularJS] Re: ngResource.query - Problems sending complex parameters

2014-12-10 Thread Luke Kende
I almost know enough to answer this, but can at least point out some direction. First, have you tried a JSON string as opposed to sending an object. conditions: '{age: { $gt: 30 } }' Second, are you sure the server cannot decoded the escaped characters? I have been able to handle both cases