form-validate-angular
Advanced tools
Comparing version 1.0.0 to 17.0.0
{ | ||
"name": "form-validate-angular", | ||
"version": "1.0.0", | ||
"version": "17.0.0", | ||
"repository": { | ||
@@ -5,0 +5,0 @@ "url": "https://github.com/TanerSaydam/form-validate-directive" |
@@ -99,5 +99,5 @@ # Angular NgForm Validate Directive | ||
childElement.classList.add("is-invalid"); | ||
childElement.classList.remove("is-valid"); | ||
//childElement.classList.remove("is-valid"); | ||
}else{ | ||
childElement.classList.add("is-valid"); | ||
//childElement.classList.add("is-valid"); | ||
childElement.classList.remove("is-invalid"); | ||
@@ -104,0 +104,0 @@ } |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
19199
13