How to create own service accessible globally that will call server by currentUser() only once on page load, if User is logged in then keep it and provide data to c
currentUser()
Save the user details in Global.user use 'Global' module in controllers or services.
when you have to access the user then access using Global.user