From 49e35bf318911daa986573056918652bb2d6c925 Mon Sep 17 00:00:00 2001 From: pliablepixels Date: Sun, 24 Jan 2016 11:00:26 -0500 Subject: #150 - more fixes Former-commit-id: f3b47607f37f2f9625cf6c03a72970ca4f8fcd5f --- www/js/ModalCtrl.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/js/ModalCtrl.js') 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: '
Frame: {{slideIndex+1}} of {{slideLastIndex+1}}

', - 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: '', -- cgit v1.2.3