angular-api-factory
Advanced tools
Comparing version 0.1.2 to 0.1.3
{ | ||
"name": "angular-api-factory", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"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.2", | ||
"version": "0.1.3", | ||
"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", |
@@ -11,3 +11,3 @@ # Angular API Factory | ||
```javascript | ||
npm install data-query | ||
npm install angular-api-factory | ||
``` | ||
@@ -17,3 +17,3 @@ | ||
```javascript | ||
bower install data-query | ||
bower install angular-api-factory | ||
``` | ||
@@ -20,0 +20,0 @@ |
14433