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.
Diff will use ng-model from textarea. So feel free to play with it to see Diff results.