angular-api-factory
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "angular-api-factory", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Gets an object literal with a desired API's structure and based on it, creates a well defined interface to handle ajax calls ($http).", | ||
@@ -5,0 +5,0 @@ "main": "./lib/apifactory.module.js", |
{ | ||
"name": "angular-api-factory", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Gets an object literal with a desired API's structure and based on it, creates a well defined interface to handle ajax calls ($http).", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/DiegoZoracKy/angular-api-factory", |
@@ -7,3 +7,14 @@ # Angular API Factory | ||
## Install | ||
### NPM / Node | ||
```javascript | ||
npm install data-query | ||
``` | ||
### Bower | ||
```javascript | ||
bower install data-query | ||
``` | ||
## The goal | ||
@@ -10,0 +21,0 @@ |
14415
242