ui-codemirror
ui-codemirror copied to clipboard
This directive allows you to add CodeMirror to your textarea elements.
Hi, I added support for angularjs 1.4 and higher
Hi, this pull request contains the following changes: - added dependency injection for "$timeout" and "uiCodemirrorConfig" to uiCodemirrorDirective - fixed a typo ("codemirrot" -> "codemirror") - emit HTML "blur" event...
Hi, Do we have the option to highlight the code 1. if we can pass linenumber. 2. if we can pass the linenumber and the staring and ending indexs in...
1. module.export syntax to let the package get used from npm require 2. setting the codemirror size to take up 100% of the available area 3. codemirrorOptions.onLoad should be checked...
Hi, When using the ui-codemirror directive in production (bundled and minified using ASP.NET MVC) I get the following error: Unknown provider: nProvider
Showing hints as the user types without clicking ctrl+space.
This PR aims to solve an issue when importing this module in a Strict Dependency Injection environment. Indeed, using current version, installed with `npm`, we get the following Angular error:...
Hi, I am encountering a mysterious and serious performance issue using this directive with angular-strap modal. The symptom is that characters appear after each keystroke with a long delay. Editors...