I just a made a function for my app that checks the users info. I created this in my authentication controller in the $rootScope
My problem is that now, I have to manually call that function in all the controllers that I have.
There must be a way to automatically call that on all pages when the page loads.
Thanks!