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(list-key-manager): exception when no initial active item #3431

Merged
merged 2 commits into from
Mar 7, 2017

Commits on Mar 4, 2017

  1. fix(list-key-manager): exception when no initial active item

    Fixes an exception that is thrown when the user presses a key on ListKeyManager that doesn't have a default active item. The problem was due to the fact that we have a check for `null` a little bit down, that handles cases like this, however the active index is `undefined` by default.
    
    Fixes angular#3317.
    crisbeto committed Mar 4, 2017
    Configuration menu
    Copy the full SHA
    1f87cfc View commit details
    Browse the repository at this point in the history
  2. fix: it it

    crisbeto committed Mar 4, 2017
    Configuration menu
    Copy the full SHA
    af412e5 View commit details
    Browse the repository at this point in the history