Adding array notation for proper minification
I ran into an issue where we installed angular-wysiwyg using bower, but our grunt compile task (taken from Josh Miller's ngbp) was not minifying this file, meaning that the uglify was breaking our app. We didn't want to run ng-Annotate on all of our vendor files because that takes a lot of time when it's not normally needed, so I figured adding the array notation to this project would be the simplest solution and hopefully save others the same headache.
I see that there is min version in dist folder, but It could be nice to add modifications of this PR in the non min file
Thanks for the notice. We have 1.1.6 installed here and there was no minified version in the install.
I'm sorry guys, I made a bunch of code changes right after this pull request and I accidentally left this out. I will add it back. Sorry about that!