How to include 3rd party Javascript inside routing pages?

I have a basic App using cards. Clicking on a Card opens up a page.
On that page I want to run a view that contains CSS + JS libraries from a 3rd party.

However whilst the CSS renders ok the Javascript is completely ignored!
How can I “tell” Framework7 to run the JS libraries?

I’ve tried including the JS in both index.html and the target page but neither works. The JS just doesn’t get run!