I'm using Materialize along with Angular, however the menu dropdown is not working.
With the following error:
Uncaught TypeError: $ (...). dropdown is not a function at funcoes.js: 6
The funcoes.js file has the following line of code only:
$(".dropdown-trigger").dropdown()