diff --git a/www/html/_profile.html b/www/html/_profile.html index c565a14..699deb8 100644 --- a/www/html/_profile.html +++ b/www/html/_profile.html @@ -11,6 +11,21 @@ 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 38054a7..a0b4116 100644 --- a/www/js/controllers.js +++ b/www/js/controllers.js @@ -1405,7 +1405,7 @@ angular.module('confjuvapp.controllers', []) $scope.profileModal.show(); } else { - $ionicModal.fromTemplateUrl('html/_profile.html?2', { + $ionicModal.fromTemplateUrl('html/_profile.html?1', { scope: $scope, animation: 'slide-in-up' }).then(function(modal) { -- libgit2 0.21.2