So I have a task I need to accomplish with my Angular app, version 1.4.6. There's a login for my app with a URL https://my.app.dev.com:8082/api/applications/appname/user/login.
The main URL is https://my.app.dev.com/appname. When I log in, that login URL has a cookie with a key of USERNAME, and a value of the actual username I want. I want to grab that cookie value, and update the login with the username to show that the user has logged in. Not sure how's the best way to go about it, but I believe ng-cookies is the way. -- 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.
