diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-09-13 09:19:22 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-09-13 09:19:22 -0400 |
| commit | ec676f4bd35fef6b10335f806543070135f1e9d9 (patch) | |
| tree | f922b1a20738f69851dfd8edd663d117e2d095e9 /www/js/DataModel.js | |
| parent | 86c7167a61d0a0a5a5117c8f03f7d4cb4d15796b (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.js | 2 |
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; }); |
