if (vm.existTeam.count === 0) {
                        vm.showPagination = false;
                        vm.paginationMsg = "No team exists for now. Start by creating a new team!";
                    } else {
                        vm.activateCollapsible();