docs(checkbox): rename Angular 2 to Angular (#11831)

* docs(api-checkbox): renamed Angular 2 to Angular

* Update checkbox.ts
This commit is contained in:
Daniel Sogl
2017-05-30 17:41:30 +02:00
committed by Brandy Carney
parent 0624a77afe
commit 4c57326dc4

View File

@ -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);
* } * }
* } * }
* ``` * ```