84 questions
0
votes
1
answer
395
views
Capture Ng-click event from button inside the texteditor in text-angular
Use-case : User clicks on a button inside text angular textarea and applications angular function to be invoked
Changes made : We had added ng-click, onclick events in textAngular-sanitize.js refer ...
1
vote
0
answers
659
views
Dynamically add and initialise multiple text editors using textAngular
I'm currently trying to dynamically add a new textAngular when clicking on the "Add" button.
As the first textAngular element is already present in the HTML page, the initialisation works fine using ...
3
votes
1
answer
96
views
Textangular dropping attributes on UL element
I have the following HTML that I pull from a database and send to a view with a Text Angular control:
<ul class="support">
<li class="lineitem">Hello world</li>
</ul>
When I ...
1
vote
1
answer
1k
views
How to remove auto generated <p> tag inside text-angular?
I am trying to use text-angular but after every line changes it will auto-generate new tag for every new line.
0
votes
1
answer
383
views
Using textangular functions in angular controller?
I am new to angular and am trying to alter the default behavior of a textangular text input field on my site's backend (I am a guitarist, not a web developer, but can usually figure out what I need to ...
0
votes
1
answer
272
views
Display models of text-angulars
I'm displaying two text-angular WYSIWYG fields in ng-repeat like so
<div data-ng-repeat="n in langInput.values" class="sell__description-container">
<h2 class="sell__heading-secondary"&...
1
vote
0
answers
52
views
Can i get applied style Object of editor-text in textangular
i want to save textangular editor's text with styles and tags (applied by its toolbar) in DB.
Is there a way i can do this without saving HTML ?
Currently i am saving html with decoding.
0
votes
0
answers
480
views
get the Id of the Text angular tatextElement
I am new to the angularjs. I am using a textangular for showing the HTML document. My code is
HTML
<div text-angular class="html-editor-container textcontent-modal" id="originalDocumentId" ...
-1
votes
1
answer
174
views
How to make textAngular active by default?
I using textAngular, it is inactive when page loaded and became active only when user will click on input. It means that all its buttons, for example "Insert video" will be disabled untill text input ...
0
votes
2
answers
252
views
Using ng-bind-html with textAngular
I have created a feature in my application wherein one can copy contents of an existing invoice to create a fresh new invoice. All other fields are getting copied. But the field 'note to customer' isn'...
2
votes
1
answer
430
views
angular injector error with config()
I want to inject a config into my angular app. The app contains also an run object.
But when I add the config option I get an $injector:modulerr error. And I can't find the error.
var myApp = ...
18
votes
1
answer
2k
views
rich text with non editable content, angularjs
I use directive textAngular to format my email notification text and stuck for while with task when I need to add non editable html inside rich text. I added my custom directive over textAngular ...
4
votes
0
answers
490
views
How to set value of text-angular using C# protractor?
I am using text-angular (https://github.com/textAngular/textAngular) in my application as a textbox for writing mails.
While writing tests through C# protractor, I am unable to update the value of ...
2
votes
0
answers
193
views
How to fit text 100% in textangular by default
when i copy and paste text in textangular editor, it's look like this in the editor.(you can observe in the right side of the pic)
How to fit the text 100% in textangular editor by default.
HTML:
&...
0
votes
1
answer
114
views
Display empty <p> with TextAngular at render
Is there an easy way to keep empty <p> visible in wysiwyg when using TextAngular?
If the string is <h1>test</h1><p></p><p></p><h2>subtitle</h2>, ...