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(checkbox): Handle transition when unset checkbox is interacted with #227

Commits on Mar 24, 2016

  1. fix(checkbox): Handle transition when unset checkbox is interacted with

    This commit fixes a bug where the initial `unchecked -> checked`
    animation wasn't firing correctly when the checkbox was interacted with
    from its initial state (e.g. when `[checked]` or `[(ngModel)]` isn't
    bound to the component).
    
    Fixes angular#183.
    traviskaufman committed Mar 24, 2016
    Configuration menu
    Copy the full SHA
    889a719 View commit details
    Browse the repository at this point in the history