-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
Add support for NgModel to selection-list #6896
Labels
feature
This issue represents a new feature or feature request rather than a bug or bug fix
help wanted
The team would appreciate a PR from the community to address this issue
P4
A relatively minor issue that is not relevant to core functions
Comments
jelbourn
added
feature
This issue represents a new feature or feature request rather than a bug or bug fix
help wanted
The team would appreciate a PR from the community to address this issue
P4
A relatively minor issue that is not relevant to core functions
labels
Sep 7, 2017
devversion
added a commit
to devversion/material2
that referenced
this issue
Sep 11, 2017
Currently the value of a `MdListOption` is coerced to a boolean. This is not the correct behavior because it would mean that there could be only two values (true/false). Needed for angular#6896
mmalerba
pushed a commit
that referenced
this issue
Sep 12, 2017
Currently the value of a `MdListOption` is coerced to a boolean. This is not the correct behavior because it would mean that there could be only two values (true/false). Needed for #6896
josephperrott
pushed a commit
to josephperrott/components
that referenced
this issue
Sep 15, 2017
…6983) Currently the value of a `MdListOption` is coerced to a boolean. This is not the correct behavior because it would mean that there could be only two values (true/false). Needed for angular#6896
devversion
added a commit
to devversion/material2
that referenced
this issue
Oct 1, 2017
* Adds support for NgModel to the selection-list. Fixes angular#6896
devversion
added a commit
to devversion/material2
that referenced
this issue
Oct 2, 2017
* Adds support for NgModel to the selection-list. Fixes angular#6896
devversion
added a commit
to devversion/material2
that referenced
this issue
Oct 4, 2017
* Adds support for NgModel to the selection-list. Fixes angular#6896
devversion
added a commit
to devversion/material2
that referenced
this issue
Oct 6, 2017
* Adds support for NgModel to the selection-list. Fixes angular#6896
devversion
added a commit
to devversion/material2
that referenced
this issue
Oct 14, 2017
* Adds support for NgModel to the selection-list. Fixes angular#6896
jelbourn
pushed a commit
that referenced
this issue
Oct 26, 2017
* Adds support for NgModel to the selection-list. Fixes #6896
josephperrott
pushed a commit
that referenced
this issue
Nov 6, 2017
* Adds support for NgModel to the selection-list. Fixes #6896
josephperrott
pushed a commit
that referenced
this issue
Nov 6, 2017
* Adds support for NgModel to the selection-list. Fixes #6896
devversion
added a commit
to devversion/material2
that referenced
this issue
Nov 18, 2017
* Adds support for NgModel to the selection-list. Fixes angular#6896
devversion
added a commit
to devversion/material2
that referenced
this issue
Dec 5, 2017
* Adds support for NgModel to the selection-list. Fixes angular#6896
mmalerba
pushed a commit
that referenced
this issue
Dec 5, 2017
* feat(selection-list): support for ngModel * Adds support for NgModel to the selection-list. Fixes #6896 * Rename to selectionChange. Add deprecated `selectionChange` event on option * Reintroduce MatListOptionChange for deprecation
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. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
feature
This issue represents a new feature or feature request rather than a bug or bug fix
help wanted
The team would appreciate a PR from the community to address this issue
P4
A relatively minor issue that is not relevant to core functions
No description provided.
The text was updated successfully, but these errors were encountered: