Undo / redo in AngularJS without cancellation character by character

I am trying to implement an AngularJS page with textboxes where the user enters data. I want to be able to use the undo / redo functionality on this page, but angular-history only supports character via character cancellation. Is there a way that I can get the undo / redo function to force the user to do it character by character?

+3


source to share


1 answer


I found a (fairly new) project that handles this exact use case. After I dropped it into my project and played with it, it seems to do what I was looking for.



+2


source







All Articles