1.0.0-beta.1 • Published 7 years ago

weaver-sdk-angular v1.0.0-beta.1

Weekly downloads
16
License
GPL-3.0
Repository
-
Last release
7 years ago

Weaver SDK for AngularJS

Install

Bower

$ bower install weaver-sdk-angular --save

NPM

$ npm install weaver-sdk-angular --save

Usage

This module exposes the Weaver object as a provider, providing a safe way of loading the Weaver SDK in Angular.

Including it in your project

To include the SDK in your project take a look at the example below:

angular.module('myApp', [
    'weaver.sdk', /* or require('weaver-sdk-angular') */
    'myApp.MyCtrl'
])
.controller('MyCtrl', function(weaver) {
    // You can now use the weaver instance here...
    // For example: weaver.connect('someurl');
});

Read the documentation of the Weaver SDK JavaScript for more info on how to use the weaver instance.

1.0.0-beta.1

7 years ago

0.1.0

7 years ago

0.0.15

7 years ago

0.0.14

7 years ago

0.0.13

7 years ago

0.0.12

7 years ago

0.0.11

7 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago