0
I Use This!
Inactive

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 7 hours ago.
Aug 13, 2024 — Aug 13, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Delete git More... almost 10 years ago
Added the ability to defer validation until after a form submit by adding the attribute 'validate-on-form-submit=true'to the form element. Plus code refactor improvments More... almost 10 years ago
Fixed issue ngModelDecorator not working with angular-material due to incorrect pre and post function invocations More... almost 10 years ago
Fixed issue #61 with globally disabling the library and enabling it for a particular form More... about 10 years ago
Fixed issue #61 with globally disabling the library and enabling it for a particular form More... about 10 years ago
Fixed #68. Setting form to untouched and pristine when a form reset is requested More... about 10 years ago
Reset a form programatically is now possible via the resetForm method on the form controllers autoValidateFormOptions objector by raising the event 'form:{formName}:reset on the controllers scope. The formName is the value in the name attributeon the form tag which also corresponds to the formController.$name property.Fixes issue with removing external validation raised in https://github.com/jonsamwell/angular-auto-validate/issues/39 More... about 10 years ago
Added Spanish i18n file.Fixed issue https://github.com/jonsamwell/angular-auto-validate/issues/73Added the ability to reset the form via the form controller (https://github.com/jonsamwell/angular-auto-validate/issues/82) More... about 10 years ago
Merge pull request #81 from ezesubu/patch-1 More... about 10 years ago
languaje changes More... about 10 years ago
Lang spanish More... about 10 years ago
Merge pull request #76 from JSti/patch-1 More... about 10 years ago
External validation message keeps coming back More... about 10 years ago
Increased limit on findWithClassElementAsc in BS3Modifier to find an element.Fixed issues with globally disabling validation and only applying it on certain forms. More... over 10 years ago
Fixed issue where a form would not validate when the submit button was clicked. Added test to prove functionality More... over 10 years ago
Added form attr option 'removeExternalValidationErrorsOnSubmit' to clear all the external validation warningson an element when a form is validated. Added tests to prove functionailty More... over 10 years ago
Updated version number More... over 10 years ago
Fixed semver issue with bower More... over 10 years ago
Fixed issue with disabling validation on sub forms More... over 10 years ago
Fixing bower releases More... over 10 years ago
Fixed issue with disabling validation on sub forms. More... over 10 years ago
Fixed issue with disable validation and subforms More... over 10 years ago
Merge pull request #48 from priyank2005/master More... over 10 years ago
Corrected www.google.com from wwww.google.com for URL validation More... over 10 years ago
Fixed null ref issue when a control doesn't have a parent form so no autoValidateOptions were defined. More... over 10 years ago
Fixed build error More... over 10 years ago
create new release More... over 10 years ago
Merge branch 'master' of https://github.com/jonsamwell/angular-auto-validate More... over 10 years ago
Added Brazilian Portuguese i18n file translated by 'Silvana Marx Nakle'.Raised the recursion limit to find the parent form when using the registerCustomFormControl.Added the ability to disable validation on a form basis and also validate non visible elements on a form basis.BREAKING CHANGE to validateElement on the validationManger. The third parameter is now the parent form'sautoValidateFormOptions object on the form controller. This can be left blank and will be found by thevalidationManager. More... over 10 years ago
Merge pull request #35 from slupekdev/master More... over 10 years ago