TerryMooreII / angular-wysiwyg

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

Video inseration support #44

Open Gronex opened 9 years ago

Gronex commented 9 years ago

Support for inserting videos, with auto conversion of youtube and vimeo links to use their respective players. Also a bit of IE 11 bugfixing

TerryMooreII commented 9 years ago

This is awesome. I will pull it down and test it over the next day or so. Two things: 1) This has a merge conflict. 2) Why did you change textareaId to textareaid? This is a breaking change for anyone that has already has this implemented.

Gronex commented 9 years ago

The case change was a stupid mistake on my part. And the merge conflicts was a result of me being new to pull requests, and not knowing i could merge the original repo down again. I should now have resolved the two concerns you had.