We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3b2587 commit 1789f40Copy full SHA for 1789f40
src/lib/checkbox/checkbox.spec.ts
@@ -795,7 +795,6 @@ describe('MdCheckbox', () => {
795
[color]="checkboxColor"
796
[disableRipple]="disableRipple"
797
[value]="checkboxValue"
798
- (change)="changeCount = changeCount + 1"
799
(click)="onCheckboxClick($event)"
800
(change)="onCheckboxChange($event)">
801
Simple checkbox
@@ -812,7 +811,6 @@ class SingleCheckbox {
812
811
parentElementClicked: boolean = false;
813
parentElementKeyedUp: boolean = false;
814
lastKeydownEvent: Event = null;
815
- changeCount: number = 0;
816
checkboxColor: string = 'primary';
817
checkboxValue: string = 'single_checkbox';
818
0 commit comments