From d9919346440013f3ced64df1295eea4c83fb6c53 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Sun, 24 Dec 2017 14:33:58 -0500 Subject: #570 more usability tweaks --- www/js/MomentCtrl.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/js/MomentCtrl.js') diff --git a/www/js/MomentCtrl.js b/www/js/MomentCtrl.js index 2b7d6f40..c6e84953 100644 --- a/www/js/MomentCtrl.js +++ b/www/js/MomentCtrl.js @@ -265,7 +265,7 @@ angular.module('zmApp.controllers').controller('zmApp.MomentCtrl', ['$scope', '$ $scope.isChecked=function(val) { //console.log ("COMPARE"); return $translate.instant(val) == $scope.type; - } + }; $scope.showPopover = function($event) { @@ -276,7 +276,7 @@ angular.module('zmApp.controllers').controller('zmApp.MomentCtrl', ['$scope', '$ popover.show($event); }); - } + }; //---------------------------------------------------------------- // Pinning a thumbnail means don't collapse it. Useful to drill -- cgit v1.2.3