1.0.0 • Published 7 years ago

orbweaver-resource v1.0.0

Weekly downloads
3
License
BSD-3-Clause
Repository
github
Last release
7 years ago

packaged orbweaver-resource

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-resource

Then add orbResource as a dependency for your app:

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

bower

bower install orbweaver-resource

Add a <script> to your index.html:

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

Then add orbResource as a dependency for your app:

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

License

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