I am having a structure something like this
<div> <span>Employer</span> <input type="radio" value="Current"></div><div> <span>Employer</span> <input type="radio" value="Previous"></div><div><button>Add Employer</button> <div> <span>Employer</span> <input type="radio" value="Current"></div><div> <span>Employer</span> <input type="radio" value="Previous"></div><div><button>Add Employer</button> 1. I select Employer as Current. 2. I went on to add the new employer. 3. In new employer radio button it should have default selection as radio button "previous" Am try to work on such conditions. If any one can please help in Checked If condition on dynamically created radio button please! Thanks -- 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 https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
