Hi P. This is discussed quite a few times already, and there are basically 2 scenarios.
1. Insert the data into the HTML on the server. This is the most used solution, and you don't need another round trip to fetch the config. If this is possible for you, this is best way to go. 2. use a non-angular ajax call, fetch the data, and manually bootstrap angular after the data comes in. There are samples of both already in this group, but if you have further questions, don't hesitate to ask. 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.
