angular-parse-wrapper icon indicating copy to clipboard operation
angular-parse-wrapper copied to clipboard

A wrapper that integrates Parse with Angular's lifecycle

Results 3 angular-parse-wrapper issues
Sort by recently updated
recently updated
newest added

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...