Skip to content

Commit 9995f46

Browse files
ioanisajoslin
authored andcommitted
fix(ionRadio): pass name property down to input element
Thanks @PerryG and @ioanis! Closes #1229
1 parent e35b95e commit 9995f46

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

js/angular/directive/radio.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ IonicModule
2626
ngModel: '=?',
2727
ngValue: '=?',
2828
ngChange: '&',
29-
icon: '@'
29+
icon: '@',
30+
name: '@'
3031
},
3132
transclude: true,
3233
template: '<label class="item item-radio">' +

0 commit comments

Comments
 (0)