I am trying to fetch some of the request attributes in angualar.js. I am able to fetch the same attributes inside jsp method using request.getAttribute().
I could not figure how to fetch the same inside angular. Could you please let me know the equivalent function of request.getAttribute in angular.
When the user authorize we are setting the user details as attributes and we need to fetch the same in angular.