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
  • what implications there, if main page angular app?
  • what complications can occur when these iframes being served different domain main page?


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -