angular-ui / ui-tinymce

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

add the uiTinymceConfig.setup callback to setupOptions #255

Closed lucasgranberg closed 8 years ago

lucasgranberg commented 8 years ago

Fixes https://github.com/angular-ui/ui-tinymce/issues/254

lucasgranberg commented 8 years ago

I went ahead and made a PR. I noticed that the requirement for "angular-mocks": "~1.x" tries to fetch angular mocks 1.5. The bower file should be updated to require "angular-mocks": "~1.4.x" instead but I wasn't sure if I should fix that in this PR or not. That is why the tests fail.

lucasgranberg commented 8 years ago

I updatet the mocks dependency anyway so now the checks pass.