Commit ea463fa2a9b060b42fc6d24683ea3c4ec73ee47a

Authored by Caio Almeida
1 parent e767733c

Clearing cache

Showing 2 changed files with 3 additions and 3 deletions   Show diff stats
www/index.html
... ... @@ -30,7 +30,7 @@
30 30 <body ng-app="confjuvapp" ng-controller="ProposalCtrl" ng-init="init()" ng-class="{ 'logged-in': loggedIn, 'large': largeScreen }" animation="slide-left-right-ios7">
31 31  
32 32 <ion-view ng-show="introDisplayed">
33   - <ng-include src="'html/_intro.html?1'"></ng-include>
  33 + <ng-include src="'html/_intro.html?2'"></ng-include>
34 34 </ion-view>
35 35  
36 36 <ion-side-menus id="body" ng-show="!introDisplayed">
... ...
www/js/controllers.js
... ... @@ -570,7 +570,7 @@ angular.module(&#39;confjuvapp.controllers&#39;, [])
570 570 }
571 571 else {
572 572 // Initiate the modal
573   - $ionicModal.fromTemplateUrl('html/_proposal.html?21', {
  573 + $ionicModal.fromTemplateUrl('html/_proposal.html?22', {
574 574 scope: $scope,
575 575 animation: 'slide-in-up'
576 576 }).then(function(modal) {
... ... @@ -1396,7 +1396,7 @@ angular.module(&#39;confjuvapp.controllers&#39;, [])
1396 1396 $scope.profileModal.show();
1397 1397 }
1398 1398 else {
1399   - $ionicModal.fromTemplateUrl('html/_profile.html', {
  1399 + $ionicModal.fromTemplateUrl('html/_profile.html?1', {
1400 1400 scope: $scope,
1401 1401 animation: 'slide-in-up'
1402 1402 }).then(function(modal) {
... ...