angular-parse
angular-parse copied to clipboard
Parse.BaseUrl = 'http://someurl' And it's get's a default `BaseUrl: "https://api.parse.com/1",` without ability to override it. How can it be fixed?
It's interesting to have a callback when the user is logged in. The purpose which made me to try this is that I was trying to control user access and...
As The User is extend from Model it gets its find method , in find method the path is hardcoded thats why the User even with different `@pathBase: -> "/users"`...
Fixed a typo in Readme extends Parse.Model works with Uppercase `Model` rather then `model` Added a bit info about Parse.User
I had issues relating custom classes to the Parse User class. This change fixed it for me. Thoughts?
it's Parse.Model and not Parse.model no ? thx for this Module :)
Hi, I got a 401 Unauthorized request response when I'm using your module. Maybe a malformed request ? PS: I'm using your example. Thank you
Fetch an object that has a pointer member by asking to include this nested object: `MyModel.find(id, {include: 'child'});`. Then call save() on this object. Parse sends a Bad Request response:...