I have three of this radio buttons:
<input type="radio" name="project" data-ng-model="vm.defaultProject" data-ng-value="projectUserConnection.project" />
An if I select one, I can not deselect it that all of the three are deselected. Is there a possibility to do this, so that if I select the selected radio button that it became unselected?