knockout-undomanager icon indicating copy to clipboard operation
knockout-undomanager copied to clipboard

A multilevel undo/redo manager for knockout. Keeps only changes in memory instead of full views.

Results 5 knockout-undomanager issues
Sort by recently updated
recently updated
newest added

I am not sure where this issue belongs/must be fixed, so I'm opening in both repositories, since @bago is KO Reactor contributor and KO Undo Manager author. According to KO...

Bower is deprecated since 2017 ([link](https://bower.io/blog/2017/how-to-migrate-away-from-bower/)), so it would be nice if we could see your excellent on NPM for easier migration.

This library is looking for knockoutjs-reactor but the reactor lib name in npm is ko-reactor

Get always the message ko.undoManager is not a function Knockout Version 3.2.0

Hello, I want to know is there any way to watch multiple view model trough one Undomanager instance? I have already tried this: vm1={....}, vm2={....} undoVM={v1:vm1,v2:vm2} is there any other...