mcwebb / angular-parse-patch

Seamless patch for Parse JS SDK to work natively with AngularJS
Other
5 stars 2 forks source link

Server calls are not done through $http #2

Open mcwebb opened 9 years ago

mcwebb commented 9 years ago

Parse uses it's own methods to send XHR, this patch should somehow link in to either replace the send method with a $http based one, or provide events. At the moment $http interceptors don't work for Parse requests.

mcwebb commented 9 years ago

Version 1.2.0 provides parse:transfer:start and parse:transfer:end events to get around this problem. Though I'm sure how effective they are, and using $http would definitely be a better solution, but not on my todo list at the moment.