One of the goals for a project that I'm working on is to have the ability to embed an Angular SPA on third party websites and internal. The web app will be inserted into a cms or html page with as little as just a URL. Similarly to the way oEmbed <http://www.oembed.com/> works. This will be done ideally with minimal code effort.
Browser requirements are IE8+ and the latest versions of Firefox, Chrome and Safari. Device support is for Android 4.0+ & iOS 5.0+ My initial thoughts were to use an AngularJS directive or Polymer with a shim, if needed. There are limitations with both of those since I won't have access to the server that the app will be installed on. I want the code to live on my server and I want to embed it without an iframe. I want the world, I know. https://github.com/leedo/noembed looks the most promising so far but I'm not very good at Perl. My expertise stops at formmail.pl. Any thoughts on how to embed an angular app into a third party website without an iframe? Thanks in advance for your time/help. ® -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
