summaryrefslogtreecommitdiff
path: root/www/js
diff options
context:
space:
mode:
authorPliablePixels <pliablepixels@gmail.com>2015-08-08 08:23:46 -0400
committerPliablePixels <pliablepixels@gmail.com>2015-08-08 08:23:46 -0400
commitbb11e172f9d96334d093dc28638afdc0e817ac7b (patch)
tree4df08160631db6220f204b8850440df85ed16014 /www/js
parentc2ec08ec9fdfa30e5da278780e1cfa1c6d067f25 (diff)
ellipsis fix in text
Diffstat (limited to 'www/js')
-rw-r--r--www/js/ModalCtrl.js2
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
});