orbweaver-message

1.0.0-beta.1 • Public • Published

packaged orbweaver-message

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

Then add orbMessage as a dependency for your app:

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

bower

bower install orbweaver-message

Add a <script> to your index.html:

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

Then add orbMessage as a dependency for your app:

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

License

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

Package Sidebar

Install

npm i orbweaver-message

Weekly Downloads

0

Version

1.0.0-beta.1

License

BSD-3-Clause

Last publish

Collaborators

  • jayharris
  • jeffreystrauss