From 50262e11801226e95c3bdeaa83675185080395b4 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Fri, 27 Apr 2018 09:48:31 -0400 Subject: typo --- www/js/MontageCtrl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/js/MontageCtrl.js') diff --git a/www/js/MontageCtrl.js b/www/js/MontageCtrl.js index 729c2036..4d0f24bd 100644 --- a/www/js/MontageCtrl.js +++ b/www/js/MontageCtrl.js @@ -708,7 +708,7 @@ angular.module('zmApp.controllers') $scope.isCycleOn = function() { return NVRDataModel.getLogin().cycleMontageProfiles; - } + }; $scope.getCycleStatus = function () { var c = NVRDataModel.getLogin().cycleMontageProfiles; -- cgit v1.2.3