Closed mskec closed 8 years ago
Really cool contribution and implementation. Thank you :+1: :beers:
I am happy to help. :smile: I can update README if that is ok with you.
That will be great. Thanks. On Mar 12, 2016 08:46, "Martin Skec" notifications@github.com wrote:
I am happy to help. [image: :smile:] I can update README if that is ok with you.
— Reply to this email directly or view it on GitHub https://github.com/dbaq/angular-emoji-filter-hd/pull/9#issuecomment-195773294 .
Support for emoji aliases issue #8.
Here is example on plnrk.co.
To add alias you need to inject
emojiConfigProvider
in.config
phase. This is how you use it:emojiConfigProvider.addAlias("smile", ":)");
This will turn
:)
into :smile: