Base solution for your next web application

Activities of "sidelineedge"

Finally figured out a solution. Added the following to the \App\common\views\layout\layout.cshtml file.

@Scripts.RenderFormat( "<script src='https://js.stripe.com/v3/'></script>", "~/Bundles/App/libs/js/stripe")

How do I successfully import a remote javascript file (https://js.stripe.com/v3/) into an MVC/Angular solution? Including the link in the layout header seems to do nothing.

Showing 1 to 2 of 2 entries