diff options
Diffstat (limited to 'www')
| -rw-r--r-- | www/js/ModalCtrl.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/js/ModalCtrl.js b/www/js/ModalCtrl.js index f60a7377..9ad43a9d 100644 --- a/www/js/ModalCtrl.js +++ b/www/js/ModalCtrl.js @@ -687,7 +687,7 @@ angular.module('zmApp.controllers').controller('ModalCtrl', ['$scope', '$rootSco $rootScope.zmPopup = $ionicPopup.show({ template: '<center>Frame: {{slideIndex+1}} of {{slideLastIndex+1}}</center><br/><img src="{{selectEventUrl}}" width="100%" />', - title: 'Select Frame to save', + title: 'Select frame to save', subTitle: 'use left and right arrows to change', scope: $scope, cssClass: 'popup80', @@ -749,7 +749,7 @@ angular.module('zmApp.controllers').controller('ModalCtrl', ['$scope', '$rootSco { text: '', - type: 'button-small ion-close-round' + type: 'button-assertive button-small ion-close-round' }, { text: '', |
