Hi I wanted to do some business rule validation with a number of controls where 
if a combination of them was set to certain values then they become 
valid/invalid.  

Say I have a pets model and inside is cat count fish count and dog count

I couldn't find a way using a validation directive to pass in just pets and 
then check the combination of the three of them if one changes to revalidate on 
change of any of the 3 of them


I was wondering what is best practice or is there a convention for handling 
more complex validation across multiple models short of manually watching each 
and checking then calling  set validity on a single model? 

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" 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 http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to