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

feat: add simplified checkbox component for usage in other components #2619

Merged
merged 5 commits into from
Jan 27, 2017

Commits on Jan 19, 2017

  1. feat: add simplified checkbox component for usage in other components

    Adds the `md-pseudo-checkbox`, which is a simplified version of `md-checkbox`, that doesn't have the expensive SVG animations or the form control logic. This will be useful for multiple selection in `md-select`, as well as other components in the future.
    
    Relates to angular#2412.
    crisbeto committed Jan 19, 2017
    Configuration menu
    Copy the full SHA
    dd03ff2 View commit details
    Browse the repository at this point in the history
  2. Remove unnecessary template.

    crisbeto committed Jan 19, 2017
    Configuration menu
    Copy the full SHA
    0aa074c View commit details
    Browse the repository at this point in the history
  3. Fix linter error.

    crisbeto committed Jan 19, 2017
    Configuration menu
    Copy the full SHA
    d88365d View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2017

  1. Address PR feedback.

    crisbeto committed Jan 20, 2017
    Configuration menu
    Copy the full SHA
    0c7c67e View commit details
    Browse the repository at this point in the history
  2. Trailing comma.

    crisbeto committed Jan 20, 2017
    Configuration menu
    Copy the full SHA
    168b64f View commit details
    Browse the repository at this point in the history