Skip to content

aranasoft/bower-orbweaver-resource

Repository files navigation

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.

About

orbweaver-resource bower repository

Resources

License

Stars

Watchers

Forks

Packages

No packages published