From ea463fa2a9b060b42fc6d24683ea3c4ec73ee47a Mon Sep 17 00:00:00 2001 From: Caio SBA Date: Mon, 19 Oct 2015 01:24:27 -0300 Subject: [PATCH] Clearing cache --- www/index.html | 2 +- www/js/controllers.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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