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