Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

fix(progress-circular): removed dependency on ng-hide class #7460

Closed
wants to merge 1 commit into from

Conversation

EladBezalel
Copy link
Member

  • If the progress mode wasn't indeterminate or determinate it would use ng-hide class to hide it, and if it's a valid mode, ng-hide was removed, what caused ng-hide not to preform as wanted.
    Now when mode is not indeterminate or determinate set it default to indeterminate

fixes #7454

- If the progress mode wasn't indeterminate or determinate it would use `ng-hide` class to hide it, and if it's a valid mode, `ng-hide` was removed, what caused `ng-hide` not to preform as wanted.
Now when mode is not indeterminate or determinate set it default to indeterminate

fixes #7454
@EladBezalel EladBezalel added the needs: review This PR is waiting on review from the team label Mar 8, 2016
@devversion
Copy link
Member

@EladBezalel You need to update the demo too, because it uses md-mode="" to hide the progress circulars. See here

@EladBezalel
Copy link
Member Author

@devversion 👍

@ThomasBurleson
Copy link
Contributor

@EladBezalel - much better logic here. Thx.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
needs: review This PR is waiting on review from the team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ng-show is not working on md-progress-circular
3 participants