diff --git a/www/js/controllers.js b/www/js/controllers.js index 8845a37..0842cb0 100644 --- a/www/js/controllers.js +++ b/www/js/controllers.js @@ -1387,9 +1387,8 @@ angular.module('confjuvapp.controllers', []) }; $scope.showProfile = function() { - if (!$scope.profile) { - $scope.loadProfile(); - } + $scope.loadProfile(); + $scope.loadMyBadges(); $scope.displayProfile(); }; -- libgit2 0.21.2