This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
mdIcon in mdListItem gets not wrapped with a button when mdListItem does not have a ngClick #3928
Labels
Milestone
If you build a
mdListItem
without ang-click
attribute the containingmdIcons
with ang-click
attribute will not be wrapped with amd-button
element. I think this is a strange behaviour.I would blame the if statement at line 80 in the list.js
Here is a codepen example.
The text was updated successfully, but these errors were encountered: