$scope.$on('login', function () {
                $scope.games = Role.isDeveloper() ? Games.my() : Games.public();
            });