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

fix(speedDial): non-fab clicks no longer close immediately #5440

Closed

Commits on Oct 29, 2015

  1. fix(speedDial): non-fab clicks no longer close immediately

    In the demo application and some user's apps, the `md-open`
    attribute was bound to an input element, but clicking this
    element while the FAB Speed Dial was open would open and
    then immediately close the speed dial since the user clicked
    outside of the speed dial.
    
    Fix by delaying the check for outside clicks until the next
    digest loop.
    
    Also fix a tiny positioning issue with the fling animation.
    
    Fixes #5243.
    topherfangio committed Oct 29, 2015
    Configuration menu
    Copy the full SHA
    fa079d7 View commit details
    Browse the repository at this point in the history