From d99c6ffb8ed5b05101dd1d89585cd4bd622262d9 Mon Sep 17 00:00:00 2001 From: pliablepixels Date: Thu, 21 Apr 2016 09:09:22 -0400 Subject: #228 initial code Former-commit-id: a3de04e4b05eecb335611d1ba720548c25c6e8ef --- www/js/DataModel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/js/DataModel.js') 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); -- cgit v1.2.3