ui-tinymce
ui-tinymce copied to clipboard
Fix #158: Custom configuration from scope variable not working
This fixes issue #158.
Can you please squash this down to one commit?
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?
Git rebase -i master and change all but the first "pick" to "squash"