From 4c09bc8d0ce93694e65690b28737617b034ccc7a Mon Sep 17 00:00:00 2001 From: Anton Shevchenko Date: Mon, 11 Aug 2014 20:58:25 -0400 Subject: [PATCH] Update ion-radio documentation Listed all accepted attributes for ion-radio directive based on source code. --- js/angular/directive/radio.js | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/js/angular/directive/radio.js b/js/angular/directive/radio.js index ad10396d4b..a3507f3c50 100644 --- a/js/angular/directive/radio.js +++ b/js/angular/directive/radio.js @@ -15,6 +15,15 @@ * Choose B * Choose C * ``` + * + * * + * @param {string=} name The name of the radio input. + * @param {expression=} value The value of the radio input. + * @param {expression=} disabled The state of the radio input. + * @param {expression=} ng-value Angular equivalent of the value attribute. + * @param {expression=} ng-model The angular model for the radio input. + * @param {expression=} ng-disabled Angular equivalent of the disabled attribute. + * @param {expression=} ng-change Triggers given expression when radio input's model changes */ IonicModule .directive('ionRadio', function() {