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.
- Host: GitHub
- URL: https://github.com/fabien0102/angular-emoji
- Owner: fabien0102
- License: mit
- Created: 2014-04-12T17:27:57.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-04-12T21:30:00.000Z (over 11 years ago)
- Last Synced: 2025-07-01T02:13:25.527Z (3 months ago)
- Size: 1.18 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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