-
Notifications
You must be signed in to change notification settings - Fork 62
Directive does not work #13
Comments
Hi @hamiid. Thanks for your feedback. I'll try to look into it, but I can't tell you when exactly :( |
Hi @terranisu. Thanks for your response. |
i had that issue until i added the css |
Hey! As @ulurusolutions said, I have checked the emoji-picker.css is being downloaded and libraries is being loaded. I am using Angular 1.6, maybe an version trouble? Thanks in advance! |
In my case it did not work because in the template "templates/emoji-button-bootstrap.html" were used old Angular UI Bootstrap directives. I fixed it like this:
|
Thanks!! I will try it like you did! |
I replaced directive template within a decorator, like this:
|
When I add this line of code to my project, I don't get any emoji picker and the span is empty.
<span style="margin: 0 20px;" emoji-picker="fidiPlusPost.Message" placement="right" title="Emoji" recent-limit="12"></span>
But it's generated the
i
tag, however, it's not showing me anything.The text was updated successfully, but these errors were encountered: