ui-tinymce icon indicating copy to clipboard operation
ui-tinymce copied to clipboard

Fix #158: Custom configuration from scope variable not working

Open gartner opened this issue 8 years ago • 3 comments

This fixes issue #158.

gartner avatar Dec 30 '16 19:12 gartner

Can you please squash this down to one commit?

deeg avatar Jan 03 '17 16:01 deeg

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?

gartner avatar Jan 03 '17 19:01 gartner

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

AzRu avatar Jan 04 '17 21:01 AzRu