tal azouri
tal azouri

Reputation: 53

angularjs - how to insert an app inside an iframe

I search for a long time and find answers that didn't helped me so far, i want to put an angular app inside iframe.

My index.html upload with flask.

How can i put my app inside iframe?

Thanks

Upvotes: 2

Views: 7513

Answers (1)

Serhii Holinei
Serhii Holinei

Reputation: 5864

Don't think about angular application outside of an iframe. Page inside of iframe is just like your "parent" page, it must have it's own angularjs script included and own application bootstrapped.

Live demo

Upvotes: 2

Related Questions