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

Commit

Permalink
Fix #150 angularValidation.revalidate problems
Browse files Browse the repository at this point in the history
Thanks to @jsolt for fixing the issue
  • Loading branch information
ghiscoding committed Apr 18, 2017
1 parent dd988fd commit d253eab
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-validation-ghiscoding",
"version": "1.5.18",
"version": "1.5.19",
"author": "Ghislain B.",
"description": "Angular-Validation Directive and Service (ghiscoding)",
"main": [
Expand Down
1 change: 1 addition & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Angular-Validation change logs

1.5.19 (2017-04-17) Fix #150 angularValidation.revalidate problems
1.5.18 (2017-03-31) Fix disabled="false" as attribute to run validation.
1.5.17 (2017-03-10) Add silent mode to checkFormValidity function
1.5.16 (2017-01-24) Fix issue where empty Form Controller was throwing an error
Expand Down
6 changes: 3 additions & 3 deletions dist/angular-validation.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-validation-ghiscoding",
"version": "1.5.18",
"version": "1.5.19",
"author": "Ghislain B.",
"description": "Angular-Validation Directive and Service (ghiscoding)",
"main": "dist/angular-validation.min",
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Angular Validation (Directive / Service)
`Version: 1.5.17`
`Version: 1.5.19`
### Forms Validation with Angular made easy!
##### (Concept comes from the amazing Laravel)

Expand Down

0 comments on commit d253eab

Please sign in to comment.