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

doesn't work inside modal window #55

Closed btmdave closed 10 years ago

btmdave commented 10 years ago

Any suggestions on how to get this to work within a modal window, using ui.bootstrap. It works fine outside of the modal, but not within. Not sure if it needs to be re-initialized or something.

Thanks!

nikoloff commented 10 years ago

I am calling the refresh() method on codeMirror instance but it still don't work.

alexeyng commented 10 years ago

Yes, I have the same problem.

douglasduteil commented 10 years ago

It's working now Demo

nikoloff commented 10 years ago

yeah it is working @douglasduteil thx