klarsys/angular-material-icons

Uncaught TypeError: a.target.className.indexOf is not a function at bubble_compiled.js:176

reidlai opened this issue · 4 comments

I try to use md-ng-icon directive inside md-button of Angular Material and button tag of Lumx. I keep on to receive the following error when I implement ng-click event at md-button or button tag:

Uncaught TypeError: a.target.className.indexOf is not a function
This error message occurred at bubble_compiled.js:176

Here is my template segment:

You forgot to attach template segment?
It will help if you can send a Plunker.

template segment?

Here is my code

showMarketThemeDetail scope function was fired normally after click but error message always come out. Any help?

Closing this for no follow-ups.