Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 982 Bytes

README.md

File metadata and controls

43 lines (28 loc) · 982 Bytes

packaged orbweaver-progress

This repository is for npm and bower distribution. The source for this module is in the Orbweaver sourcecode repository. Please file issues and pull requests against that repository.

Install

You can install this package either with npm or with bower.

npm

npm install orbweaver-progress

Then add orbProgress as a dependency for your app:

angular.module('myApp', [require('orbweaver-progress')]);

bower

bower install orbweaver-progress

Add a <script> to your index.html:

<script src="/bower_components/orbweaver-progress/orbweaver-progress.js"></script>

Then add orbProgress as a dependency for your app:

angular.module('myApp', ['orbProgress']);

License

Orbweaver is copyright of Arana Software, released under the BSD License.