orbweaver-resource
v1.0.0
Published
Orbweaver module for wrapping ngResource, interacting with RESTful data sources
Downloads
11
Readme
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.