fix(ionRadio): pass name property down to input element

Thanks @perryg and @ioanis!

Closes #1229
This commit is contained in:
Ioannis Karavasilis
2014-04-29 19:12:34 +02:00
committed by Andy Joslin
parent e35b95e123
commit 9995f46b22

View File

@@ -26,7 +26,8 @@ IonicModule
ngModel: '=?',
ngValue: '=?',
ngChange: '&',
icon: '@'
icon: '@',
name: '@'
},
transclude: true,
template: '<label class="item item-radio">' +