diff options
Diffstat (limited to 'www/js')
| -rw-r--r-- | www/js/MomentCtrl.js | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
