I'm trying to use bootstrap within a polymer element. I'm importing the boostrap js file into my index.html. After that I'm trying to use a bootstrap dropdown in a polymer element.
I created a jsfiddle http://goo.gl/yioAj8
which demonstrates the problem. The dropdown works fine outside the polymer element. But within it doesn't work.
Thanks in advance for help.