Skip to content

fabien0102/angular-emoji

Repository files navigation

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:
<emoji>
  Hello word :smile:
</emoji>

or

<div data-emoji>
  Hello word :smile:
</div>

with data binding

<div data-emoji="post"></div>

## Tools

npm run css-generator Generate css file.

## Licence MIT

About

Bower Component for a simple AngularJS Emoji directive.

Resources

License

Stars

Watchers

Forks

Packages

No packages published