diff --git a/www/html/_profile.html b/www/html/_profile.html index 699deb8..c565a14 100644 --- a/www/html/_profile.html +++ b/www/html/_profile.html @@ -11,21 +11,6 @@ Voltar -
Nível {{profile.level}}. Você possui {{profile.points}} pontos.
-Level {{badge.level}}
-{{profile.name}}
diff --git a/www/js/controllers.js b/www/js/controllers.js index 0842cb0..41dd2a1 100644 --- a/www/js/controllers.js +++ b/www/js/controllers.js @@ -1397,7 +1397,7 @@ angular.module('confjuvapp.controllers', []) $scope.profileModal.show(); } else { - $ionicModal.fromTemplateUrl('html/_profile.html?1', { + $ionicModal.fromTemplateUrl('html/_profile.html?2', { scope: $scope, animation: 'slide-in-up' }).then(function(modal) { -- libgit2 0.21.2