Hi!
I’m using $rootScope.authentication.name
in the forms to obtain the logged user name and build a little history to pass through the flow. Is there a way to obtain the user first name and surname from the HTML form, using vanilla Javascript or AngularJS?
Thanks in advance,