From c24e0850bddaf1d96df01131f5647dea6eaf04f2 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Fri, 21 Oct 2016 09:14:48 -0400 Subject: #353 - help text Former-commit-id: 104d01c126fd6120291b2d250b699aa0eac0def6 --- www/js/DevOptionsCtrl.js | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'www/js/DevOptionsCtrl.js') diff --git a/www/js/DevOptionsCtrl.js b/www/js/DevOptionsCtrl.js index 56924ddf..2fc9115b 100644 --- a/www/js/DevOptionsCtrl.js +++ b/www/js/DevOptionsCtrl.js @@ -27,6 +27,7 @@ angular.module('zmApp.controllers').controller('zmApp.DevOptionsCtrl', ['$scope' }, { reload: true }); + return; } }; @@ -54,6 +55,11 @@ angular.module('zmApp.controllers').controller('zmApp.DevOptionsCtrl', ['$scope' NVRDataModel.setAwake(false); }); + + $scope.isTzSupported = function() + { + return NVRDataModel.isTzSupported(); + }; //------------------------------------------------------------------ // Perform the login action when the user submits the login form -- cgit v1.2.3