Hi Sander, I am getting this error in console. Please suggest a library which is compatible with angularjs for emoticons
* Error: [$injector:unpr] http://errors.angularjs.org/1.5.3/$injector/unpr?p0=emojiProvider%20%3C-%20emoji <http://errors.angularjs.org/1.5.3/$injector/unpr?p0=emojiProvider%20%3C-%20emoji>* *I think we are missing somewhere please guide us.* Steps that we followed. *npm -g install bower* *bower install emoji* *bower install angular-sanitize* it created bower-components folder then we copied *emoji folder and angular-sanitize folder to our libs.* we did *npm install --save-dev emoji* *npm install --save-dev angular-sanitize* *in my.js injected emoji and ngSanitize* *Controller :* *app.component('my', {* controller: ["$scope",*'emoji','ngSanitize'*, MyController] }); function MyController($scope, *emoji, ngSanitize* ) { } Thanks. On Thursday, November 17, 2016 at 8:15:58 PM UTC+5:30, Sander Elias wrote: > > Hi Nickname, > > We need a bit more as this. For most emoticons there is nothing that > nagular needs to do. > > Regards > Sander > -- You received this message because you are subscribed to the Google Groups "Angular" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
