angular-parse
angular-parse copied to clipboard
The Parse.User has wrong path
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" has its path same as model /classes/
This obvious needs to be fixed