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

https://github.com/fabien0102/angular-emoji

Bower Component for a simple AngularJS Emoji directive.
https://github.com/fabien0102/angular-emoji

Last synced: 3 months ago
JSON representation

Bower Component for a simple AngularJS Emoji directive.

Awesome Lists containing this project

README

          

# Angular emoji directive
Bower Component for a simple AngularJS Emoji directive.

## Usage
1. `bower install angular-emoji`
2. Include `angular-emoji.js`. It should be located at `bower_components/angular-emoji/`.
3. Include `angular-emoji.css`. It should be located at `bower_components/angular-emoji/`.
4. Add `emoji` as a module dependency to your app.
5. Insert the `emoji` directive into your template:

```html

Hello word :smile:

```

or

```html


Hello word :smile:

```

with data binding

```html


```

## Tools

`npm run css-generator` Generate css file.

## Licence
MIT