Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

fix(select): disabled state, invalid html in unit tests #7778

Closed
wants to merge 1 commit into from

Commits on Mar 30, 2016

  1. fix(select): disabled state, invalid html in unit tests

    Fixes:
    * Disabled `mdSelect` elements being marked as `touched` when they get blurred.
    * Click and key events being bound to elements with empty `disabled` attributes.
    * Invalid, comma-separated attributes in the `mdSelect` unit tests.
    
    Cheers to @montgomery1944 for the tip about removing the tabindex.
    Closes angular#7773;
    crisbeto committed Mar 30, 2016
    Configuration menu
    Copy the full SHA
    40b5e78 View commit details
    Browse the repository at this point in the history