1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2025-01-14 14:43:17 +08:00

fixing setting switch error

This commit is contained in:
Patrik J. Braun 2018-11-23 22:53:58 +01:00
parent 1136d8ff32
commit 7cc5f6d6b1

View File

@ -13,7 +13,7 @@
[switch-label-width]="'20'"
[switch-disabled]="inProgress"
[(ngModel)]="enabled"
(onChangeState)="switched($event)">
(changeState)="switched($event)">
</bSwitch>
</div>
</h5>