Ionic-Material
Ionic-Material copied to clipboard
fixes duplication of classes 'done' and 'in'
fixes #114
I tried using your version but my elements are not showing anymore.
I'm not using this plugin anymore. I have created my own set of scss files and some borrowed from angular material directives. I didn't noticed any issues, but maybe I didn't look too much for them. You can try to debug the code and see where it is causing issues for you. I replaced those className calls for performance reasons and better management. ClassName is causing reflow/repaint and doesn't care if you already added the class or not. I would gladly help.