angular-parse-rest-controller

RESTController for Parse that uses Angular's $http


Keywords
angular, angularjs, parse, http
License
MIT
Install
bower install angular-parse-rest-controller#v0.1.0

Documentation

angular-parse-rest-controller

This project's goal is to implement a new RESTController for Parse that uses Angular's $http.

With that we'll be able to use modules like angular-loading-bar.

Installation

Install with NPM

npm install --save angular-parse-rest-controller

Install with Bower

bower install --save angular-parse-rest-controller

Setup

Load the script

Add the dist/angular-parse-rest-controller.min.js to your HTML file.

Add as dependency

Add parse.restController module as a dependency of your Angular app:

angular.module('yourModule', ['parse.restController']);

Contributing

Again, this is an early stage project, any help is appreciated, feel free to open issues and submit pull requests.