I am having a problem binding radio buttons to an object whose properties have boolean values. I am trying to display exam questions retrieved from a $resource.
HTML
The correct approach in Angularjs is to use ng-value for non-string values of models.
ng-value
Modify your code like this:
{{choice.text}}
Ref: Straight from the horse's mouth