mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
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:
@ -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>
|
||||
|
Reference in New Issue
Block a user