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.
I tried changing value="true" to ng-value="true", and it seems to work.
Also, to get both inputs to work in your example, you'd have to give different name to each input -- e.g. response should become response1 and response2.