Angular-emoji not working with ionic project

hi, i am building ionic app in which angular-emoji is going to be use,
but it shows me error " Cannot read property ‘offsetHeight’ of undefined "
problem is that ionic-bundle.min.js is conflict with angular-emoji…
it works fine without ionic projects…
please help me out…

Have you tried not using the bundle?

onic.bundle.js is a concatenation of ionic.js, angular.js, angular-animate.js, angular-sanitize.js, angular-ui-router.js and ionic-angular.js

You can manage these components independently in your bower.json

1 Like

Thank you for updating me…
Yes…
i had tried it out without ionic-bundle.js , but it wan’t works…:confused:

I’m sharing one sample project of ionic with angular-emoji, on which you can try…
hope it will be solve.

Link for sample project:

1 Like