Skip to content

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

License

Notifications You must be signed in to change notification settings

JaySpears/ngRequest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.
angular.module('app',['ngRequest']);
3. Include the JS file via bower_components.
<script src="bower_components/ngRequest/ngRequest.min.js"></script>

OPTIONAL

Include the CSS file in your HTML file.
<link rel="stylesheet" href="/bower_components/ngRequest/styles.min.css">
Directive example:
<div>
  <request></request>
</div>

Example fiddle be found here.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages