I'm Sorry, but I dont't understand what I need from this example. Maybe I'm wrong explained. I have only one page that is dynamically created. On this page there is a certain angular functional. This page is loaded only once all the action takes place on this one page. Parameters in the controller - this token lang_id etc. They are needed for subsequent Ajax requests of other actions. I can declare a global variable and assign it to a parameter. But I don't want to create global variables by jquery, so looking for a way to get this data by means of angular. To me it is strange why is no the normal solution. Instead, I must use the routing tools that are logically responsible for an entirely different area. Not be in angular otherwise obtain data before loading DOM? Or defer the loading DOM before to get request?
-- 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.
