How to call bootstrap/materialize jQuery functions from an angular-meteor app

Hi guys,
I was following Urigo’s (thanks for the tutorial, its great) angular-meteor tutorial.
I didn’t know how to call any bootstrap/materialize jQuery functions like openFAB, closeFAB or a dropdown.
any help is appreciated.
thanks
Srikanth.

Can you share a repo where you try to do that and it’s not working?

Hi Urigo,

Thanks for your reply.

I was able to get it working with bootstrap but the problem with materialize still remains.

the code with problem is at https://github.com/cbodapati/cz_js_problem

little notes -
materialize is added via atmosphere package - https://atmospherejs.com/materialize/materialize

It did not work out of the box, so I moved the materialize.css and materialize.js to imports/components/item and tried to include in item.js.

When I write a small html file with materialize.js and materialize.css, it was working as expected.

This is on windows 10.

thanks,
Srikanth