TylerGarlick / angular-redactor

Redactor WYSIWYG directives for redactor editor
MIT License
208 stars 83 forks source link

This is problematic #51

Open aligajani opened 9 years ago

aligajani commented 9 years ago

Having this breaks everything, so I had to remove it


(function() {
    'use strict';

    /**
     * usage: <textarea ng-model="content" redactor></textarea>
     *
     *    additional options:
     *      redactor: hash (pass in a redactor options hash)
     *
     */
TylerGarlick commented 9 years ago

Which part of it is breaking? The jsdocs or the use strict?