Skip to content

Commit

Permalink
fix(ionRadio): pass name property down to input element
Browse files Browse the repository at this point in the history
Thanks @PerryG and @ioanis!

Closes #1229
  • Loading branch information
ioanis authored and ajoslin committed Apr 29, 2014
1 parent e35b95e commit 9995f46
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/angular/directive/radio.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ IonicModule
ngModel: '=?',
ngValue: '=?',
ngChange: '&',
icon: '@'
icon: '@',
name: '@'
},
transclude: true,
template: '<label class="item item-radio">' +
Expand Down

0 comments on commit 9995f46

Please sign in to comment.