shilpa-invy
shilpa-invy
Does someone has a solution for this?? I am using angular-froala version 3.1.1 and facing this issue when i am creating multiple editors with same config on initialising the config...
@elmartino , The editor instances are generated dynamically using repeat in angular js and can vary in number depending on the list of content that i have.
@elmartino , My current code looks something like this-- **html** **froala config** $scope.froalaoption= { charCounterCount: false, quickInsertTags: [], toolbarInline: true, toolbarButtons: ['bold', 'italic', 'underline', 'strikeThrough', 'subscript', 'superscript', 'fontFamily', 'fontSize', '|',...
@elmartino ,I cannot do that. isn't there any workaround for this in my current angular version?