"NOPE"
carlosefonseca opened this issue · 3 comments
carlosefonseca commented
https://github.com/angular-ui/ui-codemirror/blob/master/src/ui-codemirror.js#L29
if (iElement[0].tagName === 'TEXTAREA') {
throw new Error('NOPE');
Please replace this with a better error message, will you? Thanks.
douglasduteil commented
Please replace this with a better error message, will you?
@carlosefonseca Yeah sorry I'll put a sentence there...
carlosefonseca commented
Thanks :)
douglasduteil commented
K I decided to re-allow it in the v0.1.5 so feedbacks can be given and errors can be detected.
Let me know what issues you have with it.