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

fix(selection-list): do not coerece option value to boolean #6983

Merged

Commits on Sep 11, 2017

  1. fix(selection-list): do not coerece option value to boolean

    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 committed Sep 11, 2017
    Configuration menu
    Copy the full SHA
    fae3579 View commit details
    Browse the repository at this point in the history