From 6d99a537d78d47f3efc115abf24056cdd9b4eb78 Mon Sep 17 00:00:00 2001 From: Ghislain B Date: Thu, 19 Jan 2017 14:06:00 -0500 Subject: [PATCH] typo --- changelog.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index 0e76159..99a9b6b 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,6 +1,6 @@ Angular-Validation change logs -1.5.15 (2017-01-19) Rename errorMessageVisible to isErrorMessageVisible. +1.5.15 (2017-01-19) Rename errorMessageVisible flag to isErrorMessageVisible. 1.5.14 (2017-01-18) Added errorMessageVisible at updateErrorMsg this help to know when the error message is displayed or not. 1.5.13 (2016-12-29) Make sure element exist before looking for `isValidationCancelled`, issue #139 1.5.12 (2016-12-15) Fix a small issue introduced by last commit (Angular Form overwritten with simple object in some rare occasions).