angular-editor
angular-editor copied to clipboard
Background color is not being generated in HTML code output
The HTML output generated for background color is a simple tag which does not contain any reference to color styles.
sanitize: false, will help you
tested that sanitize: false indeed work, but beware of XSS.
my usecase, the editor was only for moderators so it's fine for now
but im considering migrating to another rich text editor as this repo seems abandoned, and there were a handful of quirky issues