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 was archived by the owner on Sep 5, 2024. It is now read-only.
That is weird! I actually think it might be related to ngAria, which ngMaterial pulls in as a dependency. There is a bug in ngClick where it fires both click and keypress on native buttons and probably anchors, causing the callback to be run more than once. That could definitely cause problems like this! angular/angular.js#10388
@SimeonC the fix for ngAria has been merged to Angular.js master and should go out in the 1.4 release, so I'm going to close this issue. I forked your Plunker to use angular-aria version 1.3.5 (the last version without the bug), and it appears to work fine. So I'm pretty sure the 1.4 release will solve your issue. http://plnkr.co/edit/x5T3fM6xj0JWlKXYPhdv?p=preview
I found an odd bug to do with the mdButton directive and keyboard interaction.
Example here: http://plnkr.co/edit/6QhhohD5fwYtIkb8GDT3?p=preview
Steps:
The text was updated successfully, but these errors were encountered: