diff options
| author | PliablePixels <pliablepixels@gmail.com> | 2015-08-08 08:23:46 -0400 |
|---|---|---|
| committer | PliablePixels <pliablepixels@gmail.com> | 2015-08-08 08:23:46 -0400 |
| commit | bb11e172f9d96334d093dc28638afdc0e817ac7b (patch) | |
| tree | 4df08160631db6220f204b8850440df85ed16014 | |
| parent | c2ec08ec9fdfa30e5da278780e1cfa1c6d067f25 (diff) | |
ellipsis fix in text
| -rw-r--r-- | www/js/ModalCtrl.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/ModalCtrl.js b/www/js/ModalCtrl.js index 8b48c077..1e90130c 100644 --- a/www/js/ModalCtrl.js +++ b/www/js/ModalCtrl.js @@ -295,7 +295,7 @@ angular.module('zmApp.controllers').controller('ModalCtrl', ['$scope', '$rootSco $scope.saveImageToPhone = function (mid) { $ionicLoading.show({ - template: "saving snapshot..", + template: "saving snapshot...", noBackdrop: true, duration: zm.httpTimeout }); |
