mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Update radio.js
This commit is contained in:
1
js/angular/directive/radio.js
vendored
1
js/angular/directive/radio.js
vendored
@@ -19,6 +19,7 @@
|
||||
* @param {string=} name The name of the radio input.
|
||||
* @param {expression=} value The value of the radio input.
|
||||
* @param {boolean=} disabled The state of the radio input.
|
||||
* @param {string=} icon The icon to use when the radio input is selected.
|
||||
* @param {expression=} ng-value Angular equivalent of the value attribute.
|
||||
* @param {expression=} ng-model The angular model for the radio input.
|
||||
* @param {boolean=} ng-disabled Angular equivalent of the disabled attribute.
|
||||
|
||||
Reference in New Issue
Block a user