refactor(radio): converted ion-radio-group to an ion-list with radio-group attribute

Changed Sass to style ion-list instead of the list class. Removed list
class from radios and lists. Closes #650
This commit is contained in:
Brandy Carney
2015-11-25 17:00:37 -05:00
parent 1db6e45494
commit 79bd85c8c8
11 changed files with 33 additions and 37 deletions

View File

@ -7,7 +7,7 @@
</ion-navbar>
<ion-content>
<ion-radio-group>
<ion-list radio-group>
<ion-list-header>
Language
@ -61,5 +61,5 @@
Erlang
</ion-radio>
</ion-radio-group>
</ion-content>
</ion-list>
</ion-content>