Hi dudes, Need your help in implementing emoticons
We are getting this error in console. *bundle.lib.min.js:2 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. -- 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.
