We are using Angular js for our project. And all the Validation we are handling through the Angular js.
We are able to validate all the text field except the drop down box.
We have three dropdown box for datefields(dd mm yyyy). Now i have two questions...
HOw i can fetch values from these three dropdown and how to form a date.
Then, i want to validate that date (if age is greater than 50 then set error flag). How i can do it using Angular js? I want to set Form as invalid if user select the age beyond 50.
Please suggest me with this? I'm completely new to angular js.