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
* 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.
*
* @usage