SyntaxFix
Write A Post
Hire A Developer
Questions
if you are using boolean variable to bind the radio button. please refer below sample code
<div ng-repeat="book in books"> <input type="radio" ng-checked="book.selected" ng-click="function($event)"> </div>