Skip to content
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

Closed
naveedahmed1 opened this issue May 29, 2016 · 5 comments
Closed

md-progress-bar Determinate doesnt seem to work #578

naveedahmed1 opened this issue May 29, 2016 · 5 comments

Comments

@naveedahmed1
Copy link

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.

<md-progress-bar mode="determinate" [value]="loadingStatus"></md-progress-bar>
<md-progress-circle mode="determinate" [value]="loadingStatus"></md-progress-circle>
@naveedahmed1 naveedahmed1 changed the title Determinate doesnt seem to work md-progress-bar Determinate doesnt seem to work May 29, 2016
@sendilkumarn
Copy link
Contributor

Version ?

Plunker sample ?

@naveedahmed1
Copy link
Author

I am using latest version Alpha 5 with Angular 2 RC1, even this doesn't work:

<md-progress-bar mode="determinate" value="30"></md-progress-bar>

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:

@sendilkumarn
Copy link
Contributor

check this #519

This issue was closed recently.

@naveedahmed1
Copy link
Author

Thanks Sendil for the update, I will close this issue now.

@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 4, 2019
alexeagle pushed a commit to alexeagle/material2 that referenced this issue Nov 6, 2024
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.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants