I was trying to understand how the Ionic Weather app was created and I found “ion-radio-buttons” in the settings.html template.
I googled around and found nothing about it. What is available as a directive is see here. I have spent sometime trying to figure out if it is a mistake or a directive that was not document. Especially as nothing happens when the different units are clicked.
Old topic, but i found it while looking into this example apps. So, what is “ion-radio-buttons” ? Still no real answer.
In documentation, there’s “ion-radio”, there’s “button”, but there’s no “ion-radio-buttons”. On top of that, using ng-value on a button seems to have no effect.