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

Commit 93adbe1

Browse files
committed
Merge pull #41 and fixed it
- Merge pull request #41 and fixed some errors found inside it. - Updated Protractor tests
1 parent 5645bc7 commit 93adbe1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

changelog.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,6 @@ Angular-Validation change logs
3131
1.3.27 (2015-06-02) Added possibility to use own isolated scope (issue #37 and #26). Fixed an implementation issue found from last revision (issue #35). Fixed email validation (issue #38). Fixed a performance issue found with onBlur which would run as much validations as there was characters inside the input when onBlur was called (abcdef => would make 6 validations) and this was extremely costly with a Remote validation call. Update the code of Remote validation to also accept the "As" alias "remote:vm.customRemoteValidation". Finally added and updated a few Protractor tests to cover all of the above and more.
3232
1.3.28 (2015-06-04) Fixed a bug with ngDisabled not being interpreted before observing it (ng-disabled="vm.type == 1" would give false result because it was not being interpreted), added Protractor Test for this behavior in 2Forms page. Added `displayOnlyLastErrorMsg` in the list of Global Options. Cleaned up a lot of code.
3333
1.3.29 (2015-06-10) Added RemoveValidator() for Directive, added Protractor tests on RemoveValidator() for both the Directive and Service. Fixed ngDisabled not working correctly in Service, added Protractor tests for ngDisabled On/Off in both Directive and Service
34-
1.3.30 (2015-06-15) Merge pull request #40 - Polish translations
35-
1.3.31 (2015-06-20) Enhancement #39 - How to Reset a Form, added Protractor tests to cover this new functionality.
34+
1.3.30 (2015-06-15) Merged pull request #40 - Polish translations
35+
1.3.31 (2015-06-20) Enhancement #39 - How to Reset a Form, added Protractor tests to cover this new functionality.
36+
1.3.32 (2015-06-24) Merged pull request #41 and fixed errors inside it, updated Protractor test as well.

0 commit comments

Comments
 (0)