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).
- Host: GitHub
- URL: https://github.com/jayspears/ngrequest
- Owner: JaySpears
- License: mit
- Created: 2016-10-26T16:21:28.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-28T12:52:41.000Z (over 9 years ago)
- Last Synced: 2025-10-22T12:54:48.690Z (6 months ago)
- Topics: angular
- Language: JavaScript
- Homepage:
- Size: 536 KB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.