backbone.memento
backbone.memento copied to clipboard
store and restore your model's state
I added two features that we needed for our app. The larger one is redo. It doesn't pop states off the stack, but instead keeps an index to the next...
#### Hey, maintainer(s) of derickbailey/backbone.memento! We at [VersionEye](https://www.versioneye.com/signup?promo_code=BOWER) are working hard to keep up the quality of the bower's registry. We just finished our initial analysis of the quality of...
Is there any way (public methods?) to get list size and current index to enable/disable undo/redo button?
Any suggestions how to deal with models that have an array as an attribute? Doing model.store(), modifying the array, model.restore() won't work, because the array was modified by reference. What...
This is very cool, a nice addition to backbone that should probably be rolled into the core. How about a "changed" list? Core backbone has isChanged() and changedAttributes which give...
add support for named states, or named stacks of states. from Dan Switzer via the Backbone mailing list: --- For me, I think the best way for it to work...
Hi River Lynn, thank you for this awesome plugin, after all these years i'm still using it a lot. I recently ran into an issue with collections that contain models...