You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.
- the ngClick attribute was always triggered, regardless the ngDisabled/disabled attributes
- we now check the DOM disabled status before triggering the original click event
- deals with angular#3124angular#3132 /cc @shepheb
If you tap a button that replaces itself with another element, the new element incorrectly receives a click event.
I believe the click event is supposed to be busted?
Here is an example of the problem: http://embed.plnkr.co/HQvrYQ/preview
The text was updated successfully, but these errors were encountered: