angular-ui / ui-tinymce

AngularUI wrapper for TinyMCE
MIT License
488 stars 371 forks source link

Fix #158: Custom configuration from scope variable not working #314

Open gartner opened 7 years ago

gartner commented 7 years ago

This fixes issue #158.

deeg commented 7 years ago

Can you please squash this down to one commit?

gartner commented 7 years ago

How do I do a squash from my end? Googled, and found some pages mentioning squashing (ie. https://help.github.com/articles/about-pull-request-merges/) but that seems to be something that is done when merging the pull request?

AzRu commented 7 years ago

Git rebase -i master and change all but the first "pick" to "squash"