djhi / meteor-autoform-materialize

DEPRECATED - Meteor AutoForm Materialize templates
https://atmospherejs.com/mozfet/autoform-materialize
MIT License
47 stars 29 forks source link

materialize icons don't work #101

Closed cunneen closed 7 years ago

cunneen commented 8 years ago

Materialize has changed the way icons are specified in html, to be compatible with Google's material icons.

So references to e.g.

<i class="mdi-content-add"></i>

Need to be changed to:

<i class="material-icons">add</i>

djhi commented 7 years ago

Future work on this package has been transferred here. Thanks @mozfet