dbaq / angular-emoji-filter-hd

An AngularJS filter for replacing emoji codes with high-definition emoticons (Retina friendly).
Other
39 stars 16 forks source link

Support for emoji aliases #9

Closed mskec closed 8 years ago

mskec commented 8 years ago

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:

dbaq commented 8 years ago

Really cool contribution and implementation. Thank you :+1: :beers:

mskec commented 8 years ago

I am happy to help. :smile: I can update README if that is ok with you.

dbaq commented 8 years ago

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 .