docs(radio): update ng2 forms link

This commit is contained in:
Adam Bradley
2016-02-13 00:21:56 -06:00
parent 6646ddc052
commit dafa400230
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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