v1.4.0
New Features:
- Added reactive formData
$validate.isFormComplete('formId')
returns true or false depending on if every form field is validated or not$validate.formData('formId')
returns an array of form data {name,value,valid}
- Added
input
modifier to force validation on 'input' event from get go - Added additional examples