Skip to content

Commit 2efa59e

Browse files
author
Evan Sharp
committed
Chore(compatibility): Added installation note about versioning for angular 1.2
1 parent 1439f60 commit 2efa59e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Build Status](https://travis-ci.org/TheSharpieOne/angular-input-match.svg?branch=1.3.x)](https://travis-ci.org/TheSharpieOne/angular-input-match)
1+
[![Build Status](https://travis-ci.org/TheSharpieOne/angular-input-match.svg?branch=master)](https://travis-ci.org/TheSharpieOne/angular-input-match)
22
[![Code Climate](https://codeclimate.com/github/TheSharpieOne/angular-input-match/badges/gpa.svg)](https://codeclimate.com/github/TheSharpieOne/angular-input-match) [![Test Coverage](https://codeclimate.com/github/TheSharpieOne/angular-input-match/badges/coverage.svg)](https://codeclimate.com/github/TheSharpieOne/angular-input-match)
33
[![Coverage Status](https://coveralls.io/repos/TheSharpieOne/angular-input-match/badge.png)](https://coveralls.io/r/TheSharpieOne/angular-input-match)
44
[![Dependency Status](https://david-dm.org/thesharpieone/angular-input-match.svg?style=flat)](https://david-dm.org/thesharpieone/angular-input-match)
@@ -11,7 +11,7 @@ Checks if one input matches another. Useful for confirming passwords, emails, o
1111

1212
The `match` attribute should be set equal to the ng-model value of the field to match.
1313

14-
**Demo:** http://jsfiddle.net/TheSharpieOne/56e6Lgqr/
14+
**Demo:** http://jsfiddle.net/TheSharpieOne/q300sku2/
1515

1616
Installation
1717
------------
@@ -20,6 +20,8 @@ Installation
2020

2121
Then add `validation.match` to your angular dependencies
2222

23+
<small>*Note: For angular 1.2 or lower use* `bower install angular-validation-match#1.3`</small>
24+
2325
Usage
2426
-----
2527

0 commit comments

Comments
 (0)