Skip to content

davinirjr/angular-diff-match-patch

 
 

Repository files navigation

angular-diff-match-patch

Build Status Coverage Status

Dependencies DevDependencies PeerDependencies

This library is simply a wrapper around google-diff-match-patch.

Simple

Setup

Install from Bower

bower install angular-diff-match-patch

Usage

See this demo for reference, and click the button to view it in Plunker

Development

Development work requires npm from Node.js

Begin with:

npm install -g bower

npm install

bower install

Then you can use:

npm start To host the directory so you can see the demo

npm test To run the Jasmine tests with change detection

About

An AngularJS wrapper for google-diff-match-patch

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 62.2%
  • HTML 36.0%
  • CSS 1.8%