Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Text color picker in angular text editor directive

I would like to use textAngular directive, but I also need text color changing functionality, which as far as I know, is missing.

Is it really missing, or it's just an hidden option that i didn't find?

Thanks for your answers.

like image 284
NadavSt Avatar asked May 14 '14 09:05

NadavSt


1 Answers

Take a look at this Full Featured textAngular which adds the following additional features to the existing plugin

  • Colorpicker via angular-bootstrap-colorpicker
  • Font family
  • Font size
  • Indent / outdent
  • Added angular-ui bootstrap dropdown toggle to hold common items
  • h1-h6 and p formatBlocks
  • text alignment
like image 200
Nidhish Krishnan Avatar answered Nov 15 '22 06:11

Nidhish Krishnan