terranisu / angular-emoji-picker

A simple Emoji picker
MIT License
35 stars 62 forks source link

Hide non-unicode emoji when outputting to unicode #18

Open nmeierpolys opened 8 years ago

nmeierpolys commented 8 years ago

There are 7 non-unicode emoji included in the picker. When outputting to unicode format, these come through with the :: format instead of the image. This PR filters the set of emoji in the picker when outputting to unicode format so users can only choose ones that will be usable.

Fixes #17