We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The striped state for progress bars can only be set when they are initialized. Toggling the state on or off through a model has no effect.
Plunkr: https://plnkr.co/edit/Zm32hV72yUvMEFItD0M9?p=preview
ngx-bootstrap: 2.0.2
Angular: 5.2.5
Bootstrap: 4.0.0
angular-cli 1.7.0
The text was updated successfully, but these errors were encountered:
This is also true for the animate input.
Sorry, something went wrong.
fix(progressbar): toggle striped and animate states (#4581)
436a2e8
fixes #3864
fix(progressbar): toggle striped and animate states (valor-software#4581
d3703c2
) fixes valor-software#3864
Successfully merging a pull request may close this issue.
Bug description or feature request:
The striped state for progress bars can only be set when they are initialized. Toggling the state on or off through a model has no effect.
Plunker/StackBlitz that reproduces the issue:
Plunkr: https://plnkr.co/edit/Zm32hV72yUvMEFItD0M9?p=preview
Versions of ngx-bootstrap, Angular, and Bootstrap:
ngx-bootstrap: 2.0.2
Angular: 5.2.5
Bootstrap: 4.0.0
Build system: Angular CLI, System.js, webpack, starter seed:
angular-cli 1.7.0
The text was updated successfully, but these errors were encountered: