Merge pull request #282 from mzidian/patch-1

Update ionRadio.js
This commit is contained in:
Nick Wientge 2015-08-25 16:04:14 -07:00
commit f3a129bb6b

View file

@ -20,6 +20,10 @@ Template.ionRadio.helpers({
attrs.disabled = true;
}
if (this.checked) {
attrs.checked = true;
}
return attrs;
}
})