I have the following in my controller file:
var Subject = $resource(\'/api/TestAccounts/:action\', { applicationId: 3 }, {
\'getSelect\': { method: \'GET\
I know this post is a bit stale but I found a solution when I ran into this problem today. Following the post below, I implemented joelwreed's solution (half way down the thread). It does a check that the destination is an array before trying to push, which fixes the issue.
Link to issue filed on github