From 2ec04875077ddde824f3d051cd184349960cfa75 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Sat, 29 Sep 2018 11:57:44 -0400 Subject: #709 can't put factory in decorator --- www/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/js') 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; }); -- cgit v1.2.3