angular-medium-editor
angular-medium-editor copied to clipboard
AngularJS directive for Medium.com editor clone
It's a weird behaviour. It must be in someplace inside _this_ library, _medium-insert-plugin_ or _medium-editor_ itself. [See it running: http://codepen.io/Mr-K/pen/vGbaMy](http://codepen.io/Mr-K/pen/vGbaMy) As you can see, we have _multiple instances_ of medium-editor...
`this.options.ownerDocument.execCommand` throws an `NS_ERROR_FAILURE` when wrapped in an angular wrapper when`execActionInternal()` is called for the ordered and unordered list buttons. It causes some weird behavior that duplicates the medium editor...
Hello, I'd done some digging and apparently this was a known issue in the `medium-editor` library, there's been a [bunch of issues](https://github.com/yabwe/medium-editor/issues?utf8=%E2%9C%93&q=NS_ERROR_FAILURE) but I'm still getting the error even in...
Hi. I am road-testing `angular-medium-editor` to see whether I can use (and extend) it to deliver an online editing capability for users to add custom angular directives to their content....
In certain circumstances, jshint will throw an error in applications where a plugin has not been declared correctly in Angular. When it is injected as a factory and called when...
Here is the issue I confront, the editor works well. But when I hit the 'send' button, the content of the textarea will be automatically converted to words wrapped with...
Can I customize my editor, to add functionality described below: 
When complling the element and then binding it to scope in Jasmine test for testing my directive, for example something like this: $compile(angular.element(''))($rootScope.$new()) the following error occures: 'undefined' is not...
Mimic the behaviour (ng-required, ng-minlength, ng-maxlength, ng-pattern, ng-change, ng-trim) of Angular's native [input](https://docs.angularjs.org/api/ng/directive/input) directives as much as possible. See also [form controller](https://docs.angularjs.org/api/ng/type/form.FormController). This came up at #30
Please check the conversation I had with the medium-editor team. https://github.com/yabwe/medium-editor/issues/922