angular-medium-editor icon indicating copy to clipboard operation
angular-medium-editor copied to clipboard

AngularJS directive for Medium.com editor clone

Results 25 angular-medium-editor issues
Sort by recently updated
recently updated
newest added

Not able to use angular-medium-editor library in Angular 5 **Packages installed are mentioned Below** "angular-medium-editor": "^4.0.0-alpha", "angular/core": "^5.2.0", "typescript": "~2.5.3" **During "ng serve" command I get the following error** ERROR...

With `debounce` defined update model on `debounce` and `blur`. With `debounce` not defined update model immediately.

```ERROR in Error: Error encountered resolving symbol values statically. Function calls are not supported. Consider replacing the function or lambda with a reference to an exported function (position 404:52 in...

This is an awesome plugin. However, since everyone is slowly moving on to Angular 2 would be great if there are any plans for Angular 2.

Currently if the model is set to `null || undefined` `ng-change` and `watch` are triggered on initialization. Most probably has to do with the following line of code: `ngModel.editor.setContent(ngModel.$viewValue ||...

Hi there, I am trying to figure out how it would be possible to add text at the caret/cursor position. I creative a directive that would allow me to insert...

Is there any way to integrate this wrapper with the [orthes/medium-editor-insert-plugin](https://github.com/orthes/medium-editor-insert-plugin)? I followed their instructions for installation and inclusion, but it looks like because I'm using this wrapper to initialize...

hi all, i'm a new member in angular-medium. This directive has any event when i click outsite ? now i $watch when model has changed. but i don't want to...

I've basically added the possibility to add your event handlers (for custom medium-editor events) that can be passed along to medium-editor. See d44d388 for sample code.