For this snippet: ``` {{selected}} <div *ng-for="#value of allValues"> <input type="radio" name="group" [(ng-model)]="selected"> {{value}} </input> </div> ``` It will select the first value correctly, but then all the follow up changes are ignored.