summaryrefslogtreecommitdiff
path: root/www/js
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2018-09-29 11:57:44 -0400
committerPliable Pixels <pliablepixels@gmail.com>2018-09-29 11:57:44 -0400
commit2ec04875077ddde824f3d051cd184349960cfa75 (patch)
treeb202707e711c4c654f02002365b1e37b0a6aa716 /www/js
parent57920cc5d5e96780e13a29c04a577d4c67496aba (diff)
#709 can't put factory in decorator
Diffstat (limited to 'www/js')
-rwxr-xr-xwww/js/app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/app.js b/www/js/app.js
index 77df01e7..bcfe67c0 100755
--- a/www/js/app.js
+++ b/www/js/app.js
@@ -2337,7 +2337,7 @@ angular.module('zmApp', [
},
function (err) {
//console.log ("*** Inside native HTTP error: "+JSON.stringify(err));
- NVRDataModel.debug ("*** Native HTTP error: "+JSON.stringify(err));
+
d.reject(err);
return d.promise;
});