javascript - AngularJs within multiple iframes on the same page -
if web page contains multiple iframes, , each of them contains angular app (all of same version):
- is there way make angular loaded once, , reused of apps in each
iframe?- i.e. share
window.angular
- i.e. share
- what implications there, if main page angular app?
- what complications can occur when these
iframes being served different domain main page?
Comments
Post a Comment