Showing 1 – 2 of 2 replies
kdub5184

Working with the angular template- I'm […]

kdub5184
7 years ago
Working with the angular template- I'm trying to load a module I created- It has a a few JS files, html views, and a css file. How and where do I properly inject this? and place the files?

I tried adding the files in the oc load- resolve and DI the module in the angular-app.js file but continue getting modules injection errors

Thanks in advance.
kdub5184
kdub5184
7 years ago
update: got it working but with app files being loaded from index.html.
SeanTheme
SeanTheme SELLER
7 years ago
Hi Kdub5184,

For your information, we are using the index.html page as the default page for angular js version. You can change it to your favourite route / url as long as all the required library / js file has been included.

Best Regards,
Sean.