davinirjr / angular-diff-match-patch

An AngularJS wrapper for google-diff-match-patch

Home Page:http://amweiss.github.io/angular-diff-match-patch/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

http://amweiss.github.io/angular-diff-match-patch/

License:MIT License


Languages

Language:JavaScript 62.2%Language:HTML 36.0%Language:CSS 1.8%