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
- Host: GitHub
- URL: https://github.com/livechat/angularjs-livechat
- Owner: livechat
- License: mit
- Created: 2016-03-11T14:47:12.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-11-23T11:50:11.000Z (over 8 years ago)
- Last Synced: 2025-09-21T04:55:35.255Z (9 months ago)
- Size: 8.79 KB
- Stars: 5
- Watchers: 3
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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)