noeticpenguin / ngForce

Force.com && Angular.js integration framework.
noeticpenguin.github.io/ngForce
MIT License
142 stars 61 forks source link

handling unparseable remoting response #15

Closed mshanemc closed 10 years ago

mshanemc commented 10 years ago

I had an update call to a record that was already in an approval process. The response contains [] and : in a few places, and the JSON.parse() couldn't. I'm guessing that's not the only unparseable scenario.

mshanemc commented 10 years ago

closing b/c it's wrong. Will re-PR once all my stuff is completely up on the new version.

chexxor commented 10 years ago

Thanks for fixing ngForce! Much appreciated.