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.
You can install this package either with npm
or with bower
.
npm install orbweaver-progress
Then add orbProgress
as a dependency for your app:
angular.module('myApp', [require('orbweaver-progress')]);
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']);
Orbweaver is copyright of Arana Software, released under the BSD License.