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, slide-toggle): forward required attribute to input. #1137

Merged
merged 5 commits into from
Sep 23, 2016

Commits on Sep 22, 2016

  1. fix(checkbox, slide-toggle): forward required attribute to input.

    * Now forwards the required attribute to the input.
    * This allows us to take advantage of the native browser behavior to prevent a form submission.
    
    Fixes angular#1133,
    devversion committed Sep 22, 2016
    Configuration menu
    Copy the full SHA
    ae6acdc View commit details
    Browse the repository at this point in the history
  2. Fix linters

    devversion committed Sep 22, 2016
    Configuration menu
    Copy the full SHA
    77a5d92 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2cc90ec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0e430ea View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a8b724a View commit details
    Browse the repository at this point in the history