ng-diff-match-patch
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "ng-diff-match-patch", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "A Diff-Match-Patch component for your Angular 2 + applications", | ||
@@ -5,0 +5,0 @@ "scripts": { |
Ng-Diff-Match-Patch | ||
===================== | ||
This is a port of the angular-diff-match-patch wrapper for AngularJS. | ||
This is a port of the [angular-diff-match-patch](https://github.com/amweiss/angular-diff-match-patch) wrapper for AngularJS. | ||
@@ -45,4 +45,2 @@ ## Installation | ||
Currently only ```diff``` works. I will be adding more functionality in the weeks to come. | ||
~~~ | ||
@@ -66,2 +64,3 @@ <h1>{{left}}</h1> | ||
### CSS Styles: | ||
@@ -81,6 +80,4 @@ | ||
## Development | ||
## Pull Requests | ||
~~~ | ||
git clone https://github.com/elliotforbes/ng-diff-match-patch | ||
~~~ | ||
Got any improvements you'd like to make to this module? Submit a pull request and I will review and merge. |
87710
80