Skip to content
This repository was archived by the owner on Jul 1, 2020. It is now read-only.

Commit d253eab

Browse files
committed
Fix #150 angularValidation.revalidate problems
Thanks to @jsolt for fixing the issue
1 parent dd988fd commit d253eab

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-validation-ghiscoding",
3-
"version": "1.5.18",
3+
"version": "1.5.19",
44
"author": "Ghislain B.",
55
"description": "Angular-Validation Directive and Service (ghiscoding)",
66
"main": [

changelog.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
Angular-Validation change logs
22

3+
1.5.19 (2017-04-17) Fix #150 angularValidation.revalidate problems
34
1.5.18 (2017-03-31) Fix disabled="false" as attribute to run validation.
45
1.5.17 (2017-03-10) Add silent mode to checkFormValidity function
56
1.5.16 (2017-01-24) Fix issue where empty Form Controller was throwing an error

dist/angular-validation.min.js

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-validation-ghiscoding",
3-
"version": "1.5.18",
3+
"version": "1.5.19",
44
"author": "Ghislain B.",
55
"description": "Angular-Validation Directive and Service (ghiscoding)",
66
"main": "dist/angular-validation.min",

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Angular Validation (Directive / Service)
2-
`Version: 1.5.17`
2+
`Version: 1.5.19`
33
### Forms Validation with Angular made easy!
44
##### (Concept comes from the amazing Laravel)
55

0 commit comments

Comments
 (0)