mirror of
https://github.com/donl/meteor-ionic.git
synced 2026-05-26 22:06:41 -06:00
commit
f3a129bb6b
1 changed files with 4 additions and 0 deletions
|
|
@ -20,6 +20,10 @@ Template.ionRadio.helpers({
|
|||
attrs.disabled = true;
|
||||
}
|
||||
|
||||
if (this.checked) {
|
||||
attrs.checked = true;
|
||||
}
|
||||
|
||||
return attrs;
|
||||
}
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue