angular-diff-match-patch icon indicating copy to clipboard operation
angular-diff-match-patch copied to clipboard

An AngularJS wrapper for google-diff-match-patch

Results 4 angular-diff-match-patch issues
Sort by recently updated
recently updated
newest added

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...

enhancement
help wanted

Is there a way to display diff's in left and right side itself?

enhancement
help wanted

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...

enhancement
help wanted

Hello Adam, I wonder, if it is possible to use ``` patches = dmp.patch_make(text1, text2) patch = dmp.patch_toText(patches) ``` with your library?

enhancement
help wanted