mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 04:53:58 +08:00
docs(radio): update ng2 forms link
This commit is contained in:
@ -14,7 +14,7 @@ import {RadioGroup} from './radio-group';
|
|||||||
* and there must be at least two `<ion-radio>` components within
|
* and there must be at least two `<ion-radio>` components within
|
||||||
* the radio group.
|
* the radio group.
|
||||||
*
|
*
|
||||||
* See the [Angular 2 Docs](https://angular.io/docs/js/latest/api/forms/) for
|
* See the [Angular 2 Docs](https://angular.io/docs/ts/latest/guide/forms.html) for
|
||||||
* more info on forms and input.
|
* more info on forms and input.
|
||||||
*
|
*
|
||||||
* @usage
|
* @usage
|
||||||
|
@ -13,7 +13,7 @@ import {isDefined} from '../../util/util';
|
|||||||
* from the selected radio button's value. Selecting a radio button
|
* from the selected radio button's value. Selecting a radio button
|
||||||
* in the group unselects all others in the group.
|
* in the group unselects all others in the group.
|
||||||
*
|
*
|
||||||
* See the [Angular 2 Docs](https://angular.io/docs/js/latest/api/forms/) for more info on forms and input.
|
* See the [Angular 2 Docs](https://angular.io/docs/ts/latest/guide/forms.html) for more info on forms and input.
|
||||||
*
|
*
|
||||||
* @usage
|
* @usage
|
||||||
* ```html
|
* ```html
|
||||||
|
Reference in New Issue
Block a user