Displaying credentials through alert box after logging in to the next page dynamically using session storage in angularjs
8 views
Skip to first unread message
P.Suresh Kumar
unread,
May 20, 2019, 1:46:32 AM5/20/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Angular and AngularJS discussion
I'm having a login form where username and password is typed in and after that the login form is redirected to next page by displaying user credentials using session storage through alert box in angularjs. Credentials are fetched from the database. I also have attached my code in the below link :