I am in the middle of developing a web app. I am using AngularJS for loading all the files dynamically into the UI.
I have an index.html file into which
index.html
Instead of going by AngularJS way, i tried to load the files using JQuery. It worked for me. You can check this link for reference