ui-tinymce
ui-tinymce copied to clipboard
Bower main file should be angular-ui-tinymce.js
I feel your src/dist file should really be called angular-ui-tinymce.js and not tinymce.js because that's what it is.. Gulp build processes will often pull all the main files into a single "dist/vendor/js" folder before plugging them into the app and because you used the same filename as the root (tinymce) package, the root one gets overwritten.
Should be an easy PR if you want to open one!