TerryMooreII / angular-wysiwyg

An AngularJS WYSIWYG directive that multiple instances and two-way data-binding.
MIT License
121 stars 75 forks source link

show ng-model content without styles #74

Open BharatGK opened 8 years ago

BharatGK commented 8 years ago

Hello all,

My problem is ng-model content. I want to show ng-model content without styles means it should only display text and not styles. Now what happen, whenever i am showing ng-model content in view, it comes with styles too that i dont want. so How i can overcome this issue? Please put your suggestions!

Thanks!