Skip to content

Commit db7a138

Browse files
committed
Merge pull request #24 from wking/rename-input-to-validation
Change name from angular-input-match -> angular-validation-match
2 parents 2937184 + 8e15464 commit db7a138

6 files changed

Lines changed: 7 additions & 13 deletions

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"name": "angular-input-match",
2+
"name": "angular-validation-match",
33
"version": "1.5.0",
44
"homepage": "https://github.com/TheSharpieOne/angular-input-match",
55
"authors": [
66
"TheSharpieOne <evan@lostonia.com>"
77
],
88
"description": "Checks if one input matches another",
9-
"main": "dist/angular-input-match.min.js",
9+
"main": "dist/angular-validation-match.min.js",
1010
"keywords": [
1111
"Angular",
1212
"input",

dist/angular-input-match.min.js

Lines changed: 0 additions & 7 deletions
This file was deleted.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* angular-input-match
2+
* angular-validation-match
33
* Checks if one input matches another
44
* @version v1.5.0
55
* @link https://github.com/TheSharpieOne/angular-input-match
@@ -49,4 +49,4 @@ function match ($parse) {
4949
};
5050
}
5151
match.$inject = ["$parse"];
52-
})(window, window.angular);
52+
})(window, window.angular);

dist/angular-validation-match.min.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"name": "angular-input-match",
2+
"name": "angular-validation-match",
33
"version": "1.5.0",
44
"homepage": "https://github.com/TheSharpieOne/angular-input-match",
55
"description": "Checks if one input matches another",
6-
"main": "./dist/angular-input-match.min.js",
6+
"main": "./dist/angular-validation-match.min.js",
77
"scripts": {
88
"test": "gulp test"
99
},

0 commit comments

Comments
 (0)