File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
demos/directive/radio/chooseOne Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ <h1 class="title">Radios</h1>
9
9
< h1 >
10
10
Your Choice: < span class ="assertive "> {{choice}}</ span >
11
11
</ h1 >
12
- < ion-radio ng-model ="choice " ng- value ="one "> One</ ion-radio >
13
- < ion-radio ng-model ="choice " ng- value ="two "> Two</ ion-radio >
14
- < ion-radio ng-model ="choice " ng-value ="three "> Three</ ion-radio >
15
- < ion-radio ng-model ="choice " ng-value ="four "> Four</ ion-radio >
16
- < ion-radio ng-model ="choice " ng- value ="five "> Five</ ion-radio >
12
+ < ion-radio ng-model ="choice " value ="one "> One</ ion-radio >
13
+ < ion-radio ng-model ="choice " value ="two "> Two</ ion-radio >
14
+ < ion-radio ng-model ="choice " ng-value ="' three' "> Three</ ion-radio >
15
+ < ion-radio ng-model ="choice " ng-value ="' four' "> Four</ ion-radio >
16
+ < ion-radio ng-model ="choice " value ="five "> Five</ ion-radio >
17
17
</ ion-content >
You can’t perform that action at this time.
0 commit comments