I am trying to load a JSP page inside a modal in AngularJS.
The JSP page have lot of scripts and so I wont be able to take the source and create a separate template. The URL is from a different server but I have CORS enabled in my server. Is there someway we can include the file in a div using ng-include src=""
? I already tried this but it is not working. Can anyone recommend a solution?