Hello. I've got pretty simple AngularJS app (it doesn't work with DOM). It was very simple to convert it to Chrome plugin - added links to background.html, it starts and works as expected. But FF has different approach - it uses CommonJS to export modules.
My app has following structure: 1. Main file that defines Angular module 2. Many small files that adds services to defined module How can I export this module and all services into main.js? -- 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.
