Tags: Accelo/ui-tinymce
Tags
Release 0.0.19-accelo.3 Fix (based on angular-ui#230) - Only save editor when editor is marked as stale (like done in debounce, which should really be using the same code) - Listen to keyup for new keystrokes that are sometimes missed by changes event - Do not file events when updating model
Improvement: Stop saving editor when the editor fires an event
fix: unbind refresh event listener Stops memory leaks on orphan refresh event listeners. Fixes angular-ui#339 Closes angular-ui#272
enhancement: allows disabling of debouncing Debouncing can be disabled by passing a false value to the debounce option. Defaults to true. Also protects a digest call. Closes angular-ui#256 Closes angular-ui#257 Closes angular-ui#248
PreviousNext