if (app.user.location === null) {
                $scope.location = "Not Shared";
            } else {
                $scope.location = app.user.location;
            }