ng-value value , . , ng-checked , , , "" , (If the expression is truthy, then special attribute "checked" will be set on the element).
Try: -
<input type="radio" ng-model="bankAccount.selectedAccount"
ng-value="account.bankAccountId" class="radioChanged"
ng-checked="account.defaultAccount">
[select] input [radio], , ngModel .
ng-checked ng-model, ng-checked , /. ngModel. , , , ng-model bankAccount.selectedAccount .
: -
<input type="radio" ng-model="bankAccount.selectedAccount"
ng-value="account.bankAccountId" class="radioChanged" />
Plnkr