Hi Stephen,

here you go: 
<https://groups.google.com/forum/#!searchin/angular/configuration$20bootstrap/angular/QQcKjcG18z0/887cmL5hEx0J>
https://groups.google.com/forum/#!searchin/angular/configuration$20bootstrap/angular/QQcKjcG18z0/887cmL5hEx0J
If you combine my answer(s) with that off Jason, you are in business. 

To summarize, the the following steps:


   1. get your config using XHR (or jQuery if you have it available)
   2. bootstrap your angular manually.
   3. use something like 
   angular.module('myconfig',[]).const('myConfig',configObjectFromStep1)
   4. inject it where needed.
   
Regards
Sander

-- 
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/groups/opt_out.

Reply via email to