SHARE
TWEET
Untitled
a guest
Dec 15th, 2014
4
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- app.controller('UserInfo', ['$scope', '$rootScope', 'Authentication', function($scope, $rootScope, Authentication)
- {
- $rootScope.userLoggedIn = !!Authentication.currentUser.name;
- $scope.userName = Authentication.currentUser.name;
- $scope.userBlurb = "Rocket Scientist and Entrepreneur";
- $scope.userImgUrl = Authentication.currentUser.picture;
- $scope.userProfileUrl = "#";
- console.log('userinfo ctrl');
- console.log(Authentication.currentUser);
- }]),
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy.

