mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-09 08:09:32 +08:00
docs(checkbox): rename Angular 2 to Angular (#11831)
* docs(api-checkbox): renamed Angular 2 to Angular * Update checkbox.ts
This commit is contained in:
committed by
Brandy Carney
parent
0624a77afe
commit
4c57326dc4
@ -15,7 +15,7 @@ import { Item } from '../item/item';
|
|||||||
* The Checkbox is a simple component styled based on the mode. It can be
|
* The Checkbox is a simple component styled based on the mode. It can be
|
||||||
* placed in an `ion-item` or used as a stand-alone checkbox.
|
* placed in an `ion-item` or used as a stand-alone checkbox.
|
||||||
*
|
*
|
||||||
* See the [Angular 2 Docs](https://angular.io/docs/ts/latest/guide/forms.html)
|
* See the [Angular Docs](https://angular.io/docs/ts/latest/guide/forms.html)
|
||||||
* for more info on forms and inputs.
|
* for more info on forms and inputs.
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
@ -65,7 +65,7 @@ import { Item } from '../item/item';
|
|||||||
* cucumber: boolean;
|
* cucumber: boolean;
|
||||||
*
|
*
|
||||||
* updateCucumber() {
|
* updateCucumber() {
|
||||||
* console.log("Cucumbers new state:" + this.cucumber);
|
* console.log('Cucumbers new state:' + this.cucumber);
|
||||||
* }
|
* }
|
||||||
* }
|
* }
|
||||||
* ```
|
* ```
|
||||||
|
|||||||
Reference in New Issue
Block a user