I have a feeling I\'m missing something obvious with this, but I can\'t make iframes to work in Firefox with Angular.js routes.
Here is a sample plunker code
@jpmorin so, I just found a workaround, which is kind of inspired by your previous suggestion. So, after I changed the iframe source from #/child
to index.html/#/child
, everything works! No need for multiple includes of angular etc. I don't fully understand why the original route fails in FF, but pointing directly to the file that bootstraps the app and then adding the route works.