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
0
votes
0 answers

use a file-upload in a wysiwyg editor

I'm looking for a wysiwyg editor that can use the ng-file-upload module. Is there someone who can give some feed-back about a such use ? Or any other angularjs text editor that can be customized to define a file upload management. thanks Edit: I…
nean
  • 91
  • 1
  • 8
0
votes
1 answer

ng-pattern not working with text-angular div

I have used text-angular for getting input from user. The below code does not validate the input
Chetan Gawai
  • 2,361
  • 1
  • 25
  • 36
0
votes
1 answer

Issues with external links in ionic app on IOS

I have an Ionic app which displays user entered text. In the text some HTML is allowed. example, this is allowed: Go to Google I am using a WYSIWYG editor for the users to enter the text.…
Sambhav Gore
  • 555
  • 2
  • 13
0
votes
1 answer

What are the Risks of Disabling ngSanitize?

What's the risk of allowing the user generate unsanitized html? I am using text-angular and want to use: ta-unsafe-sanitizer="true" https://github.com/fraywing/textAngular/issues/233 Now - I imagine 99.9% of the people reading this have no idea…
VSO
  • 11,546
  • 25
  • 99
  • 187
0
votes
2 answers

textAngular input field showing? Why?

I am currently trying to implement the following editor. Following plunkr. Why is there an input field underneath the editor?
herro
basickarl
  • 37,187
  • 64
  • 214
  • 335
0
votes
2 answers

Text angular doesnt load the cell borders in angularjs

I would like to be able to display a table with cell borders in a text angular div. The content renders but the cell border doesnt markup
Jay Jay Jay
  • 1,970
  • 2
  • 25
  • 47
0
votes
0 answers

Adding text to textAngular from ng-repeat

I wana add text inside textAngular from ng-repeat like this: {{x.text}} Where {{x.text}} is text from ng-repeat... Any solution for this?
Vladimir Djukic
  • 2,042
  • 7
  • 29
  • 60
0
votes
2 answers

textAngular validation

I am trying to validate textAngular fileds, I need to add required, max and min characters and border color on red/green on textAngular... I have for each loop and inide textAngulars... Here is my code:
Vladimir Djukic
  • 2,042
  • 7
  • 29
  • 60
0
votes
4 answers

How to edit ol tags in rich text editor

I am creating and ordered list using Text Angular and able to create orderlist which starts with 1,2,3 by default. Text angular has 2 modes 1. Rich Text mode 1. HTML mode HTML mode shows
  1. test
  2. test
Rich…
Faiz Mohamed Haneef
  • 3,418
  • 4
  • 31
  • 41
0
votes
1 answer

How to get TextAngular to compile its content?

I would like to pass strings into textAngular so that $scope properties are compiled For example $scope.text = "Hey {{person.name}}"; Then in the HTML I have
Temporarily I put together a hack for my…
Jakobovski
  • 3,203
  • 1
  • 31
  • 38
-1
votes
1 answer

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 will not be focused. Is there a way to make…
Teo
  • 230
  • 3
  • 14
1 2 3 4 5
6