Hi, I have a form, that depending on what the user selects, displays certain fields. There are a couple forms that use a group of three radio buttons: Active, Dissolved and Concluded. All forms have a Date Received field as well as other fields such as comments.
When the user selects Dissolved or Concluded an input field displays with a date picker attached. The user selects a date, fills out the rest of the required fields and Saves. No problem! If the user goes to edit this record, and say, edits the comments and clicks Save, nothing happens. When I step through the code I am checking if the form is valid ($valid). For some reason, with forms using the three radio buttons, this always evaluates to false. I have to change the date, even if it's to the one that is already displaying, in order for it to save. This is the only time it happens. The Date Received field also uses a picker and there are no issues with that. Any ideas? -- 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.
