diff --git a/www/index.html b/www/index.html index 8605efc..de53b9c 100644 --- a/www/index.html +++ b/www/index.html @@ -30,7 +30,7 @@ - + diff --git a/www/js/controllers.js b/www/js/controllers.js index 040d427..1ef35f9 100644 --- a/www/js/controllers.js +++ b/www/js/controllers.js @@ -570,7 +570,7 @@ angular.module('confjuvapp.controllers', []) } else { // Initiate the modal - $ionicModal.fromTemplateUrl('html/_proposal.html?21', { + $ionicModal.fromTemplateUrl('html/_proposal.html?22', { scope: $scope, animation: 'slide-in-up' }).then(function(modal) { @@ -1396,7 +1396,7 @@ angular.module('confjuvapp.controllers', []) $scope.profileModal.show(); } else { - $ionicModal.fromTemplateUrl('html/_profile.html', { + $ionicModal.fromTemplateUrl('html/_profile.html?1', { scope: $scope, animation: 'slide-in-up' }).then(function(modal) { -- libgit2 0.21.2