This seems like it should be fairly easy, but I\'m not finding the answer. I have a form where I need to validate that a selection has been made from a radio group. I trie
Alternative solution using a directive. Accepted answer didn't work for me in Firefox (v 33.0).
The idea was to set the required attribute to false on all radios with a specific class name, on change.
http://plnkr.co/edit/nbzjQqCAvwNmkbLW5bxN?p=preview
Example - example-radio-input-directive-production