diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2019-10-16 11:03:38 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2019-10-16 11:03:38 -0400 |
| commit | b688f20a5ffa35bea6415b8d4f566d6cf7d9d6b0 (patch) | |
| tree | 862be68323c55962cafcfd29012dd3a91f7a8bf2 /www/js/MomentCtrl.js | |
| parent | 86ec31cc680fe51d13286adea5bbdbc398f7a4a5 (diff) | |
#854 toggle controls
Diffstat (limited to 'www/js/MomentCtrl.js')
| -rw-r--r-- | www/js/MomentCtrl.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/MomentCtrl.js b/www/js/MomentCtrl.js index 186df5cd..c53974a3 100644 --- a/www/js/MomentCtrl.js +++ b/www/js/MomentCtrl.js @@ -8,7 +8,7 @@ angular.module('zmApp.controllers').controller('zmApp.MomentCtrl', ['$scope', '$rootScope', '$ionicModal', 'NVR', '$ionicSideMenuDelegate', '$ionicHistory', '$state', '$translate', '$templateRequest', '$sce', '$compile', '$http', '$ionicLoading', 'zm', '$timeout', '$q', '$ionicPopover', '$ionicPopup', 'message', '$ionicScrollDelegate', function ($scope, $rootScope, $ionicModal, NVR, $ionicSideMenuDelegate, $ionicHistory, $state, $translate, $templateRequest, $sce, $compile, $http, $ionicLoading, zm, $timeout, $q, $ionicPopover, $ionicPopup, message, $ionicScrollDelegate) { - var masonry = null; +var masonry = null; var timeFrom; var timeTo; var moments = []; |
