I have a very simple form where a radio button is required to be selected in order for a form to be valid. The radio buttons are generated by ngRepeat.
ngRepeat
For IONIC v1, add name="" to prevent ionic auto-generate attribute name. Then, I can change the selected item with only one click.
name=""
name
{{ topic.title }}