meteor-materialize-scss
meteor-materialize-scss copied to clipboard
Materialize Chips seems to be missing
Seems the chips functionality hasn't been brought over to scss, maybe there's something I don't know about how to import it into Meteor.
Steps to recreate:
git clone https://github.com/Cypher1/Chips_test
or
- Create a new meteor project
- Copy and paste the code from http://materializecss.com/chips.html into a template.
Then 3. Run meteor and check out the root page, the chips currently don't load with the following error.
TypeError: $(...).material_chip is not a function
at Blaze.TemplateInstance.<anonymous> (main.js:6)
at blaze.js?hash=983d07a…:3341
at Function.Template._withTemplateInstanceFunc (blaze.js?hash=983d07a…:3687)
at fireCallbacks (blaze.js?hash=983d07a…:3337)
at Blaze.View.<anonymous> (blaze.js?hash=983d07a…:3430)
at blaze.js?hash=983d07a…:1783
at Object.Blaze._withCurrentView (blaze.js?hash=983d07a…:2214)
at blaze.js?hash=983d07a…:1782
at Object.Tracker._runFlush (tracker.js?hash=9f8a0ce…:539)
at onGlobalMessage (meteor.js?hash=e3f53db…:401)
+1