You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the parent is hidden initially, control does not display properly as the dimensions cannot be calculated. Is there something that can be done to trigger a "recalc"?
If the parent is hidden initially, control does not display properly as the dimensions cannot be calculated. Is there something that can be done to trigger a "recalc"?
From the bootstrap-switch issues: Bttstrp/bootstrap-switch#376
The solution here was to call
$('.my-bs-switch-input').bootstrapSwitch('_width');
when visible. Needs support for ng-show/hide perhaps.The text was updated successfully, but these errors were encountered: