summaryrefslogtreecommitdiff
path: root/www/js/app.js
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2018-11-01 11:20:41 -0400
committerPliable Pixels <pliablepixels@gmail.com>2018-11-01 11:20:41 -0400
commit164ebf1745517bb2bc9be8eedb5bdf709168d801 (patch)
treefa7d7661a03e2d92955b7f2508a4dc77c9e7c17c /www/js/app.js
parent5e20084f130e02b137acd3807148a4982ed39301 (diff)
#733 remove getMonitor dependency for monitor view, show the right loading message
Diffstat (limited to 'www/js/app.js')
-rwxr-xr-xwww/js/app.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/js/app.js b/www/js/app.js
index 74f7d0cf..696006dd 100755
--- a/www/js/app.js
+++ b/www/js/app.js
@@ -2539,12 +2539,12 @@ angular.module('zmApp', [
data: {
requireLogin: true
},
- resolve: {
+ /*resolve: {
message: function (NVRDataModel) {
// console.log("Inside app.montage resolve");
return NVRDataModel.getMonitors(0);
}
- },
+ },*/
url: "/monitors",
cache: false,
templateUrl: "templates/monitors.html",