mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(ionRadio): pass name property down to input element
Thanks @perryg and @ioanis! Closes #1229
This commit is contained in:
committed by
Andy Joslin
parent
e35b95e123
commit
9995f46b22
3
js/angular/directive/radio.js
vendored
3
js/angular/directive/radio.js
vendored
@@ -26,7 +26,8 @@ IonicModule
|
||||
ngModel: '=?',
|
||||
ngValue: '=?',
|
||||
ngChange: '&',
|
||||
icon: '@'
|
||||
icon: '@',
|
||||
name: '@'
|
||||
},
|
||||
transclude: true,
|
||||
template: '<label class="item item-radio">' +
|
||||
|
||||
Reference in New Issue
Block a user