summaryrefslogtreecommitdiff
path: root/www/js/DataModel.js
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2018-09-13 09:19:22 -0400
committerPliable Pixels <pliablepixels@gmail.com>2018-09-13 09:19:22 -0400
commitec676f4bd35fef6b10335f806543070135f1e9d9 (patch)
treef922b1a20738f69851dfd8edd663d117e2d095e9 /www/js/DataModel.js
parent86c7167a61d0a0a5a5117c8f03f7d4cb4d15796b (diff)
don't store first use in last state, also hide cleaning
Diffstat (limited to 'www/js/DataModel.js')
-rw-r--r--www/js/DataModel.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/www/js/DataModel.js b/www/js/DataModel.js
index 673740ff..90cf13e9 100644
--- a/www/js/DataModel.js
+++ b/www/js/DataModel.js
@@ -2905,10 +2905,12 @@ angular.module('zmApp.controllers')
}
})
.then(function (succ) {
+ $ionicLoading.hide();
d.resolve(true);
return d.promise;
},
function (err) {
+ $ionicLoading.hide();
d.resolve(true);
return d.promise;
});