Robert Michalski
Robert Michalski
Thank you @ritz078 , I like this project and will try to help out now and then. Sounds like a good plan 👍
@ritz078 I took a look at your excellent emoji-js project. Why not use that as a dependency and integrate the vanilla JS version with AngularJS?
Sound like post.body contains html nodes, it's not a string/text. angular-sanitize used by ng-embed is expecting a string. If you convert post.body to a string it will probably work. Take...
What do you mean with poster?
@seiyria have you tried setting fontSmiley and emoji options to false? Applying the filters in different order also affects the output. Recommend to apply ng-embed first `` or set sanitizeHtml...
@hgouveia I tested this in the demo app in latest master and there it does render correctly. There have been updates to the code but no new release yet. The...
Since adding sanitizeHtml option ngEmbed can render html. I'm not sure it can render any html but simple tags like ``, ``, `` work if you set the option of...
If jQuery is loaded there shouldn't be any errors, however it would be better to implement without jQuery as dependency.
@cabrel can you merge this please?