angular-auto-validate
angular-auto-validate copied to clipboard
auto validate for other plugins
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