I'm trying to get a directive able to handle an <input type="file"> 
validation inside a <form> given that AngularJS doesn't have support for 
this...It kind of works to check if a file is submitted, but I also have an 
<textarea> in the form so when I submit a file and the form gets state 
$valid=true just by typing into the <textarea> makes the form become 
invalid even though I haven't set a validation for the <textarea>
Here's a plnkr of what I said: plnkr.co/edit/9Psz6V8pBuxXjdZgg5tt?p=preview
Why does this happens?, how can I solve it?. Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Angular and AngularJS discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to