An open API service indexing awesome lists of open source software.

https://github.com/jayspears/ngrequest

[OUTDATED] Angular module to display data based on service request(s).
https://github.com/jayspears/ngrequest

angular

Last synced: 27 days ago
JSON representation

[OUTDATED] Angular module to display data based on service request(s).

Awesome Lists containing this project

README

          

# ngRequest

This angular module is developed to display data based on service requests.

### Installation

##### 1. Install the module via bower.
```
bower install ngrequest --save-dev
```

##### 2. Inject the module as a dependency.
```JavaScript
angular.module('app',['ngRequest']);
```

##### 3. Include the JS file via bower_components.
```HTML

```

OPTIONAL

##### Include the CSS file in your HTML file.
```HTML

```

##### Directive example:
```HTML




```
Example fiddle be found here.