angular-emoji-picker icon indicating copy to clipboard operation
angular-emoji-picker copied to clipboard

Need help for implementing emoticons picker

Open UmaMuthu opened this issue 8 years ago • 1 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-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

UmaMuthu avatar Nov 25 '16 06:11 UmaMuthu

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?

keithgallant avatar Feb 22 '17 04:02 keithgallant