# angular-emoji **Repository Path**: youffeng/angular-emoji ## Basic Information - **Project Name**: angular-emoji - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-08-25 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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