angular-diff-match-patch
angular-diff-match-patch copied to clipboard
An AngularJS wrapper for google-diff-match-patch
Is there any configuration so that if two word differ in a single letter or more, red the whole old one and green the whole new one? for example: hey...
Is there a way to display diff's in left and right side itself?
It would be great if html encoded strings (ie. `≤ &ge`; etc.) would be supported (cfr. ng-bind-html) Currently, the "raw" strings (`≤ ≥` in stead of ≤ ≥) are shown...
Hello Adam, I wonder, if it is possible to use ``` patches = dmp.patch_make(text1, text2) patch = dmp.patch_toText(patches) ``` with your library?