ember-undo-stack
ember-undo-stack copied to clipboard
:repeat: An undo/redo stack for Ember.js objects
Results
1
ember-undo-stack issues
Sort by
recently updated
recently updated
newest added
After implementing the undo-stack mixin into my model, I'm having problems with the changes not propagating throughout the interface. After a little debugging, I realized that using the mixin's functions...