meteor-materialize-scss icon indicating copy to clipboard operation
meteor-materialize-scss copied to clipboard

Materialize Chips seems to be missing

Open Cypher1 opened this issue 8 years ago • 1 comments

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

  1. Create a new meteor project
  2. 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)

Cypher1 avatar Jan 08 '17 21:01 Cypher1

+1

cdolek avatar Jun 14 '17 23:06 cdolek