Skip to content

Commit

Permalink
fix(toggle/checkbox): trigger ui update when using virtalScroll with
Browse files Browse the repository at this point in the history
Angular Reactive Forms
  • Loading branch information
patnolanireland authored and manucorporat committed Mar 8, 2017
1 parent e90d692 commit 30980b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/checkbox/checkbox.ts
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ export class Checkbox extends Ion implements IonicTapInput, AfterContentInit, Co
fn(isChecked);
this._setChecked(isChecked);
this.onTouched();
this._cd.detectChanges();
};
}

Expand Down

0 comments on commit 30980b6

Please sign in to comment.