summaryrefslogtreecommitdiff
path: root/www/js/DataModel.js
diff options
context:
space:
mode:
authorpliablepixels <pliablepixels@gmail.com>2016-04-21 09:09:22 -0400
committerpliablepixels <pliablepixels@gmail.com>2016-04-21 09:09:22 -0400
commitd99c6ffb8ed5b05101dd1d89585cd4bd622262d9 (patch)
tree47c82d6974b8d47de3aa8746b1fb443dec47f9bb /www/js/DataModel.js
parenta0d5234fe7c16d78c243079fae0b9a4798cdcd0b (diff)
#228 initial code
Former-commit-id: a3de04e4b05eecb335611d1ba720548c25c6e8ef
Diffstat (limited to 'www/js/DataModel.js')
-rw-r--r--www/js/DataModel.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/DataModel.js b/www/js/DataModel.js
index 9e6188aa..6fb94989 100644
--- a/www/js/DataModel.js
+++ b/www/js/DataModel.js
@@ -821,7 +821,7 @@ angular.module('zmApp.controllers')
})
.error (function(error) {
zmLog("Error retrieving ZM_PATH_ZMS: " + JSON.stringify(error));
- d.resolve("");
+ d.reject("");
return (d.promise);
});
return (d.promise);