terranisu / angular-emoji-picker

A simple Emoji picker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Need help for implementing emoticons picker

UmaMuthu opened this issue · comments

For Default, angular-emoji-picker what are the dependencies to be added? After adding this library only a emoji-smile is appearing add on-click of it popover is not coming. Added these dependencies

<script src="../../bower_components/angular/angular.min.js"></script>
<script src="../../bower_components/angular-sanitize/angular-sanitize.min.js"></script>
<script src="../../bower_components/angular-messages/angular-messages.min.js"></script>
<script src="../../bower_components/angular-aria/angular-aria.min.js"></script>
<script src="../../bower_components/angular-animate/angular-animate.min.js"></script>
<script src="../../bower_components/angular-material/angular-material.min.js"></script>
<script src="../../dist/js/emoji-picker.js"></script>

and in js added these dependencies
'ngSanitize', 'ngMaterial','ngMessages','vkEmojiPicker'
and in the application

Not to be open an old item ... but were you able to resolve this? I am experiencing the same issue. I need support for unicode in SMS messages and this component seems to be the solution but I too only get the icon and clicking doesnt fire? I am wondering if it is a scope issue perhaps?