Commit 2d614e1e authored by Madhur Ahuja's avatar Madhur Ahuja

Merge pull request #37 from shirishparsekar/patch-1

spell correction in README
parents 1f0ddfd5 bd883043
......@@ -47,7 +47,7 @@ angular.module("myApp", ['ngSanitize', 'emojiApp']);
The module consists of following components:
* `emojiForm` - Enclose this directive with a `textarea` and a `button` named `emojibtn`.
This directive adds a `contenteditable` `div` and hides the `textarea`. Anything typed into this `contebteditable` `div` is synced with the `textarea`. It also hooks up the button to show an Emoji popup.
This directive adds a `contenteditable` `div` and hides the `textarea`. Anything typed into this `contenteditable` `div` is synced with the `textarea`. It also hooks up the button to show an Emoji popup.
```html
<div emoji-form emoji-message="emojiMessage">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment