angular-froala icon indicating copy to clipboard operation
angular-froala copied to clipboard

Angular.js bindings for Froala WYSIWYG HTML Rich Text Editor.

Results 37 angular-froala issues
Sort by recently updated
recently updated
newest added

I'm using Froala 3 with AngularJS, but I have a problem adding content from outside the editor into it. I have a modal that displays several predefined messages, the problem...

Hello, I am adding Froala inline editor into my angular project... but I am not getting anywhere that how would I get edited HTML? Would you please let me know?...

Just updated from Angular 11 to 12 and now i'm missing a lot of buttons. Anyone using Froala with Angular 12? Toolbar with Angular 11: ![ang11](https://user-images.githubusercontent.com/44839708/140041882-092cdfc5-e9ce-4a58-80c2-d1c136615dc1.png) Toolbar with Angular 12:...

The angular froala implementation hooks into the initialized event and passes it on. but the editor context is missing. According to [froala documentation](https://froala.com/wysiwyg-editor/docs/events/#initialized) you should be able to access the...

This worked in older versions of angular-froala. You couldn't easily access all of the instances using `$scope.froalaOptions.froalaEditor`, since they're sharing an options object, but if you didn't *need* to access...

I have a perpetual license for version 3.0. however the editor does not work. I get the message "Copy license expired of Froala Editor", any recommendations to solve the problem...

I need to apply min and max validation on froala input. For maximum, I used **charCounterMax**, but I didn't find any support for minimum character validation in Documentation.

Hello, I had Froala working fine in my app, then tried to get it working in StackBlitz to work on a separate issue - but the StackBlitz is running Angular...