diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-09-29 11:57:44 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-09-29 11:57:44 -0400 |
| commit | 2ec04875077ddde824f3d051cd184349960cfa75 (patch) | |
| tree | b202707e711c4c654f02002365b1e37b0a6aa716 /www/js/app.js | |
| parent | 57920cc5d5e96780e13a29c04a577d4c67496aba (diff) | |
#709 can't put factory in decorator
Diffstat (limited to 'www/js/app.js')
| -rwxr-xr-x | www/js/app.js | 2 |
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; }); |
