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 Sep 5, 2024. It is now read-only.
This seems to have broken the computeClickable function just underneath this function. I will make a PR to make computeClickable also check for number of children before trying to apply a class to null.
I am having this issue when one of the md-list-item is empty. For now, I was able to suppress the error by including an empty span tag in the md-list-item.
Hello,
The following code, which worked before I just upgraded to v0.9.0-rc1, is now throwing: typeError - cannot read property 'hasAttribute' of undefined.
Angular-Material.js Line 7116 is where the problem is happening:
I believe it's happening due to the ng-if on the first div inside the md-list-item. Is there another way I should be handling this, or is this a bug?
The text was updated successfully, but these errors were encountered: