angular-parse-wrapper
angular-parse-wrapper copied to clipboard
A wrapper that integrates Parse with Angular's lifecycle
Collections were removed from Parse api
The current version published to bower don't have the fixes that are in master. Specifically, the **main** file in in `bower.xml` is wrong. This is already fixed in the main,...
I am running a simple function from docs: ``` ngParse.User.logIn($scope.loginEmail, $scope.loginPassword, { success: function (user) { // Do stuff after successful login. }, error: function (user, error) { // The...