From e23700de6203832bd7606a0e0d0667f72a0523ae Mon Sep 17 00:00:00 2001 From: Caio SBA Date: Wed, 23 Sep 2015 13:07:05 -0300 Subject: [PATCH] Ticket #113: Show labels for profile fields when the user has no value for them --- www/html/_edit_profile.html | 2 +- www/html/_signup_person_fields.html | 6 +++--- www/js/controllers.js | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) 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