An open API service indexing awesome lists of open source software.

https://github.com/livechat/angularjs-livechat

AngularJS component to integrate LiveChat with your single-page app
https://github.com/livechat/angularjs-livechat

Last synced: 5 months ago
JSON representation

AngularJS component to integrate LiveChat with your single-page app

Awesome Lists containing this project

README

          

# angularjs-livechat

AngularJS component to integrate LiveChat with your single-page app

## Install

```
npm install --save angularjs-livechat
```

## Usage

Add to app dependencies:

```js
angular.module('app', ['ngLiveChat']);
```

Use directive:

```html

```

As optional parameter, you can define group where chat starts for e.g. group="1"
.

## Demo

[Angular 1.5.11](https://plnkr.co/edit/hYina5WL7tWZqKQ4CrmK?p=preview)

[Angular 1.5.11 + TypeScript](https://plnkr.co/edit/brRjM0ZbS581mhTKreOr?p=preview)