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

Conversation

crisbeto
Copy link
Member

@crisbeto crisbeto commented Jun 4, 2016

  • Fixes the md-select prepending a dot to the name of the hidden select that mirrors its' value.
  • Fixes the hidden select getting a modified value in the form of ? <typeof value>:<value> ?.

Closes #8581.

* Fixes the md-select prepending a dot to the name of the hidden select that mirrors its' value.
* Fixes the hidden select getting a modified value in the form of `? <typeof value>:<value> ?`.

Closes angular#8581.
@crisbeto crisbeto added the needs: review This PR is waiting on review from the team label Jun 4, 2016
@ThomasBurleson ThomasBurleson added pr: merge ready This PR is ready for a caretaker to review and removed needs: review This PR is waiting on review from the team labels Jun 4, 2016
crisbeto added a commit to crisbeto/material that referenced this pull request Jun 11, 2016
Since PR angular#8651 the shadow `select` element isn't using ngModel anymore, which makes this logic redundant. It also spares us an extra digest being caused by nextTick.
ThomasBurleson pushed a commit that referenced this pull request Jun 11, 2016
Since PR #8651 the shadow `select` element isn't using ngModel anymore, which makes this logic redundant. It also spares us an extra digest being caused by nextTick.

Closes #8735
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
pr: merge ready This PR is ready for a caretaker to review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants