angular-ui / ui-codemirror

This directive allows you to add CodeMirror to your textarea elements.
http://angular-ui.github.io/ui-codemirror
MIT License
378 stars 193 forks source link

Made ngModel optional #18

Closed programaths closed 11 years ago

programaths commented 11 years ago

By making ngModel optional one can use codemirror for code display without having to associate a model to it. <textarea ui-codemirror>console.log('ok')</textarea>