jonsamwell / angular-auto-validate

An automatic validation module for AngularJS which gets rid of excess html in favour of dynamic element modification to notify the user of validation errors
MIT License
346 stars 76 forks source link

auto validate for other plugins #170

Open anushamedicharla opened 7 years ago

anushamedicharla commented 7 years ago

Hello! I am using third party plugins like ui-tinymce and multiselect dropdown ( http://dotansimha.github.io/angularjs-dropdown-multiselect/docs/#/main) for one of my projects and I am unable to figure out how to add validation for these using autovalidate .... I would want to use the validations for either onSubmit or onBlur events for these plugins. For the multiselect, the plugin works for onSubmit but i am unable to add it for onBlur . Could you please help me out