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(radio): radio-button should only emit change event if native input does. #911

Merged
merged 4 commits into from
Aug 8, 2016

Commits on Aug 8, 2016

  1. fix(radio): radio-button should only emit change event if native inpu…

    …t does.
    
    * The radio-button should only emit a change event, when the native input does.
      This ensures that the radio-button matches its behavior with the native radio buttons.
    
    Breaking Change: radio-button will no longer emit change event on de-select.
    
    Fixes angular#791
    devversion committed Aug 8, 2016
    Configuration menu
    Copy the full SHA
    e8d27f4 View commit details
    Browse the repository at this point in the history
  2. Add todo for internal.

    devversion committed Aug 8, 2016
    Configuration menu
    Copy the full SHA
    9e3fbd6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6f21d10 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    461ecc9 View commit details
    Browse the repository at this point in the history