-
Notifications
You must be signed in to change notification settings - Fork 6.7k
New issue
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
md-progress-bar Determinate doesnt seem to work #578
Comments
Version ? Plunker sample ? |
I am using latest version Alpha 5 with Angular 2 RC1, even this doesn't work:
The progress bar shown as a result of above tag is always full. As per my understanding it should be partially filled. Whereas in case of progress circle, the below code works: |
check this #519 This issue was closed recently. |
Thanks Sendil for the update, I will close this issue now. |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
npm -> yarn more updates from Angular Material -> Angular Components add details on material2-docs-content repo correct development setup steps Fixes angular#578. Closes angular#583.
Hi,
It seems that the determinate md-progress-bar is not working properly.
I have the below code and for md-progress-circle it seems to work properly, whereas in case of md-progress-bar the progress bar is always shown as full.
The text was updated successfully, but these errors were encountered: