Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

fix(select): properly hide the progressbar #8381

Closed
wants to merge 1 commit into from

Conversation

crisbeto
Copy link
Member

@crisbeto crisbeto commented May 9, 2016

The loader in md-select is being shown/hidden via the $$loadingAsyncDone property. Initially it is undefined, which causes the loader to continue rendering in the background, until the user opens and closes the select.

Fixes #8379.

The loader in `md-select` is being shown/hidden via the `$$loadingAsyncDone` property. Initially it is `undefined`, which causes the loader to continue rendering in the background, until the user opens and closes the select.

Fixes angular#8379.
@crisbeto crisbeto added the needs: review This PR is waiting on review from the team label May 9, 2016
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.

an element within md-select is constantly running animation
2 participants