Update radio.js

This commit is contained in:
Anton Shevchenko
2014-08-11 21:01:30 -04:00
parent d5b2231118
commit 2584dae8ab

View File

@@ -18,10 +18,10 @@
*
* @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 {boolean=} 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 {boolean=} ng-disabled Angular equivalent of the disabled attribute.
* @param {expression=} ng-change Triggers given expression when radio input's model changes
*/
IonicModule