This is a best practices question, I'll use the example of google's javasscript API.
I'm using google's javascript API, specifically the gapi.load feature to pull in other libraries. The only way I could see this working is to wait for the google api to load and the manually boostrap angular. I really wanted to put this in a provider, but I didn't find a clean way to build an asynchronous provider. Anyone else have same thoughts? Are there another other solutions, besides manually bootstrapping angular? -- 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.
