From d29eaa35826893952257ed54e3d8edf9870603b4 Mon Sep 17 00:00:00 2001 From: Anton Shevchenko Date: Mon, 11 Aug 2014 22:22:54 -0400 Subject: [PATCH] Update radio.js --- js/angular/directive/radio.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/angular/directive/radio.js b/js/angular/directive/radio.js index 25e0302859..7b4e24c76c 100644 --- a/js/angular/directive/radio.js +++ b/js/angular/directive/radio.js @@ -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.