zachfitz / Ionic-Material

Material Design style and animations for Ionic
http://ionicmaterial.com
Other
2.9k stars 904 forks source link

fixes duplication of classes 'done' and 'in' #165

Open talamaska opened 8 years ago

talamaska commented 8 years ago

fixes #114

wggley commented 8 years ago

I tried using your version but my elements are not showing anymore.

talamaska commented 8 years ago

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.