I'd like to integrate an external angularjs application in another one. I'm currently using iframe to integrate the external one in order to let it keep it's one context. But i'm not like because i have frame sizing issue with header and footer and scrollbar...
Is there another way to integration and external app without iframe? How would this external app maintain it's context (internal link, css, js...) then?
Thanks in advance