Hi, I would like to call an service in which I need a session value. I dont want customer to enter the login details to create the session rather on page load itself I would like to provide the details. 1) var session = getSession(); // rest call from backend
2) var info = getInformation (session) ; //rest call from backend 3) return infor to cleint I would like to know how I can do it with one call. It does not work for me. -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/angular/9f869676-c2b8-411b-897b-b51b9f0672c2n%40googlegroups.com.
