angular-parse-rest-controller

0.1.1 • Public • Published

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.

Package Sidebar

Install

npm i angular-parse-rest-controller

Weekly Downloads

3

Version

0.1.1

License

MIT

Last publish

Collaborators

  • gfpacheco