Diff

Diff plugin
angular-diff

Diff filter for angular.js. Show inline text diff in your page
Angular diff is a filter , you use it in your html like this: <div ng-bind-html="oldText|diff:newText"></div> This will show the diff between oldText and newText. See example below.

Standard example

Oryginal text

{{oldText}}

Changed text

{{newText}}

Diff results

In texarea

Diff will use ng-model from textarea. So feel free to play with it to see Diff results.

Oryginal text

Diff results

New text