orbweaver-progress

1.0.0 • Public • Published

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.

Package Sidebar

Install

npm i orbweaver-progress

Weekly Downloads

1

Version

1.0.0

License

BSD-3-Clause

Last publish

Collaborators

  • jayharris
  • jeffreystrauss