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.

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.1.11latest

Version History

VersionDownloads (Last 7 Days)Published
0.1.11
0.1.00

Package Sidebar

Install

npm i angular-parse-rest-controller

Weekly Downloads

1

Version

0.1.1

License

MIT

Last publish

Collaborators

  • gfpacheco