diff --git a/www/html/_edit_profile.html b/www/html/_edit_profile.html index 5e4212d..5824b24 100644 --- a/www/html/_edit_profile.html +++ b/www/html/_edit_profile.html @@ -12,7 +12,7 @@ - + diff --git a/www/html/_signup_person_fields.html b/www/html/_signup_person_fields.html index 22b4167..2c07587 100644 --- a/www/html/_signup_person_fields.html +++ b/www/html/_signup_person_fields.html @@ -5,7 +5,7 @@ Identidade de Gênero @@ -29,7 +29,7 @@ Raça/Etnia - + diff --git a/www/js/controllers.js b/www/js/controllers.js index b6a798e..ff5fd08 100644 --- a/www/js/controllers.js +++ b/www/js/controllers.js @@ -1315,7 +1315,7 @@ angular.module('confjuvapp.controllers', []) } if ($scope.signupPersonFields.length == 0) $scope.loadSignupPersonFields(); - $ionicModal.fromTemplateUrl('html/_edit_profile.html', { + $ionicModal.fromTemplateUrl('html/_edit_profile.html?1', { scope: $scope, animation: 'slide-in-up' }).then(function(modal) { -- libgit2 0.21.2