Skip to content

Commit

Permalink
feat(SwitchControl): add change propogation to Switch Control Template (
Browse files Browse the repository at this point in the history
  • Loading branch information
dvoegelin authored Sep 9, 2024
2 parents 7e059f1 + b5f6569 commit 5c2bcb2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -645,6 +645,7 @@ import { NovoTemplateService } from 'novo-elements/services';
[popoverDisabled]="control.popoverDisabled"
[popoverAnimation]="control.popoverAnimation"
[popoverDismissTimeout]="control.popoverDismissTimeout"
(onChange)="methods.modelChange($event)"
></novo-switch>
</div>
</ng-template>
Expand Down

0 comments on commit 5c2bcb2

Please sign in to comment.