docs(checkbox): update Angular Forms docs link

This commit is contained in:
Tim Lancina
2015-10-05 15:52:28 -05:00
parent 0ae98ad835
commit a4327c6bab

View File

@ -16,7 +16,7 @@ import {IonicComponent, IonicView} from '../../config/decorators';
* @description * @description
* The checkbox is no different than the HTML checkbox input, except it's styled differently * The checkbox is no different than the HTML checkbox input, except it's styled differently
* *
* 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/js/latest/api/core/Form-interface.html) for more info on forms and input.
* *
* @usage * @usage
* ```html * ```html