diff options
| author | pliablepixels <pliablepixels@gmail.com> | 2016-01-24 11:00:26 -0500 |
|---|---|---|
| committer | pliablepixels <pliablepixels@gmail.com> | 2016-01-24 11:00:26 -0500 |
| commit | 49e35bf318911daa986573056918652bb2d6c925 (patch) | |
| tree | d1adf32deff915abb86486fb67707744b2db68b3 /www/js/ModalCtrl.js | |
| parent | 7e9ca720496b8bf8cf817de16519a943f1249903 (diff) | |
#150 - more fixes
Former-commit-id: f3b47607f37f2f9625cf6c03a72970ca4f8fcd5f
Diffstat (limited to 'www/js/ModalCtrl.js')
| -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: '', |
