I have used angular ui codemirror in textarea for syntax highlighting, line numbers, formatting functionality.
But after integrating ui-codemirror, I am facing typing delay in text area. same delay will occurs if user tries to delete the contents from textarea.
I am using angular.js 1.0.8, codemirror version 4, angular ui codemirror directive.
Does anyone have solution for this?
Thanks, Jay