We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb6932a commit 5e5bfb4Copy full SHA for 5e5bfb4
.codeclimate.yml
@@ -0,0 +1,5 @@
1
+languages:
2
+ JavaScript: true
3
+exclude_paths:
4
+- "build/*"
5
+- "dist/*"
README.md
@@ -22,6 +22,8 @@ Then add `validation.match` to your angular dependencies
22
23
<small>*Note: For angular 1.2 or lower use* `bower install angular-validation-match#1.3`</small>
24
25
+Also: `npm install angular-validation-match`
26
+
27
Usage
28
-----
29
0 commit comments