Questions tagged [textangular]

Text-Editor/Wysiwyg editor for AngularJS

A Text-Editor/Wysiwyg editor for Angular.js. Create multiple editor instances, two-way-bind HTML content, watch editors for changes and more!

Features:

  • Automatic Seamless Two-Way-Binding
  • Super Easy Theming Options
  • Simple Editor Instance Creation
  • Safely Parses Html for Custom Toolbar Icons
  • Doesn't Use an iFrame Works with Firefox, Chrome, and IE8+

Resources

86 questions
1
vote
0 answers

Alignment issue with the textAngular

Getting empty p tags like this how to restrict this tags.with this User Interface is affecting.Attaching the screen. and concern issue link https://github.com/fraywing/textAngular/issues/598
Shiva
  • 358
  • 2
  • 15
1
vote
1 answer

How to ignore images in the textAngular editor

Facing issue with the textAngular editor when user copy and paste text. (clip board contains text and image) You can find library from here https://github.com/fraywing/textAngular.
Shiva
  • 358
  • 2
  • 15
1
vote
1 answer

Replace special characters like Ôûîâ

I came up with a really strange problem with today. I am creating an application with Laravel under Firebird database so it is very important to not insert illegal strings or chars into the query. Yesterday I got an error report about this kind of…
Gabesz
  • 193
  • 3
  • 14
1
vote
1 answer

Is there a way to modify content being pasted in textAngular?

When someone pastes content copied from a website or even a word document, textAngular adds additional break
tags before and after the content. I'm using textAngular like this:
Stefan
  • 700
  • 10
  • 22
1
vote
1 answer

show toolbar when editor is focused then hide it

I am using toolbar and editor of textangular in my website.I have one question which confused me a lot. In my page I have some editors ,and each editor has its own toolbar.my purpose will be ,when editor 1 is focused, toolbar1 is shown and other…
1
vote
0 answers

CKEditor conflicting with TextAngular

We have a nifty AngularJS 1 app and we're using TextAngular add on. Works great. We now have the requirement to add the customer's custom header into our work, which is being added via JS AJAX call and it inserts the HTML into the page. This header…
David Lozzi
  • 14,697
  • 9
  • 28
  • 44
1
vote
0 answers

textAngular and angular literally stripping and tags?

I am using textAngular and angular. In my app, the user can write html code and preview it. It previews correctly using iframe, but I noticed that angular strips the and tags before displaying it to the textAngular editor. How do I…
1
vote
1 answer

Capybara integration testing 'TextAngular' input

Using TextAngular for a rich text input box in a AngularJS/ Rails environment. Running integration tests with Capybara/Selenium & Capybara-Webkit. Tried to create an integration test that inputs text into the text area for a test. However, I have…
orion
  • 504
  • 1
  • 5
  • 17
1
vote
0 answers

2 instances of textAngular on the same page cause $digest error

Does anybody know how to fix it? Error: [$rootScope:inprog] $digest already in progress http://errors.angularjs.org/1.3.2/$rootScope/inprog?p0=%24digestminErr/<@http://localhost:3030/vendor/angular/angular.js:80:12…
Alexander Elgin
  • 6,796
  • 4
  • 40
  • 50
1
vote
0 answers

Some time in mozilla firefox 42.0 ng-model variable is undefined even though this have value in text-area field

Some time in mozilla firefox 42.0 i am getting undefined ng-model variable but when i have upgraded 43.0 its working fine. Is any buddy faces the same problem and found any solution. Example: html file contain code like this
Sardesh Sharma
  • 1,671
  • 1
  • 12
  • 14
1
vote
1 answer

Pin textAngular toolbar upon scroll

I am trying to fix the toolbar so that it it is visible at all times when someone scrolls down the page with the textAngular editor still in view (or alternatively scrolls down the editor itself). Toolbar no longer visible upon scrolling: Using…
Emile Paffard-Wray
  • 1,006
  • 2
  • 9
  • 17
1
vote
1 answer

TypeError: g.rangy.saveSelection is not a function using textangular + rangy + browserify

I am trying to implement textAngular into my Angular.js project that is packaged using browserify. I installed rangy and textAngular via npm. They are included like this: global.rangy =…
rbnvrw
  • 347
  • 3
  • 15
1
vote
2 answers

Textangular HTML mode clears model value

We decided to change our backend CMS to use text-angular's WYSIWYG editor. The content pulls from the database just fine, it gets rendered just fine, but the instant we go to view the HTML source, the text is there for an instant and then it…
Josh
  • 10,352
  • 12
  • 58
  • 109
1
vote
0 answers

Undefined getSelection in textAngular

When i am clicking text area then i got "Uncaught TypeError: Cannot read property 'getSelection' of undefined" and while typing "TypeError: Cannot read property 'getSelection' of undefined". I am using requirejs with angular. My config given…
Rahul
  • 25
  • 3
1
vote
2 answers

Font-Awesome alternative for TextAngular

I'm using TextAngular Editor but couldn't figure how font-awesome is packaged!! I don't want to use font-awesome as I have another custom font css. Can anyone tell me where to edit it so I can call my custom-font.css file instead and make the…
user3362364
  • 441
  • 11
  • 25